Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory burst #3

Open
hczyni opened this issue Aug 11, 2024 · 1 comment
Open

memory burst #3

hczyni opened this issue Aug 11, 2024 · 1 comment

Comments

@hczyni
Copy link

hczyni commented Aug 11, 2024

Dear developer, during my training process, video memory gradually climbed until the video memory burst. How to solve this problem? I really want to read your article, but I can't find it online

@linkenfaqiu
Copy link
Owner

Hello! I apologize for the delayed reply. The issue you mentioned with the video memory burst may occur when the GPU's available memory is exceeded by the network's memory requirements. Recently, I updated my code to reduce the network's channels to a quarter of their original size.

Original network's detail: Params: 35,652,628, MACs: 229,696,335,660, Memory: 31,868 MiB.
After reduction's detail: Params: 3,193,092, MACs: 20,737,401,756, Memory: 7,156 MiB.

You can use my updated code, and I truly appreciate you taking the time to read through my project. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants