-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Some thing wrong with add_histogram function #96
Comments
Hi, |
Hi @MohamedA95 , I printed the shape of p variable. The shape is small but I don't know why it allocate very large shape.
|
Similar to me, sometimes I'm facing same error message. I was using the following module version
My memory started to explode during the 7th epoch validation phase, and my entire 64GB memory was occupied. Then I upgrade the numpy version to
to (Tensorboard writer add_histogram bug)
Still found the error message like
It all started when I changed the optimizer from |
I had a strange problem when I tried to implement EfficientNet model. Last week, this code worked fine. But now, when I retrain then occurs some error. I faced this error in the validation step.
This is my code: https://github.com/ngocgiang99/Paper-Implementation. Please checkout to branch
feat_efficient_net
.This is error log:
Conda environment:
Thanks.
The text was updated successfully, but these errors were encountered: