You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when I was trying to train the model with VGG16 base model, I got an error of bac_alloc related to the insufficient memory allocation on my DSVM with 4GB memory.
Basically, this is not a programming error. But I think pointing out the minimum requirements on the resource, like memory, will ease lots of pain for the people whose training aborted after running for a long time due to this problem.
Finally, here are some experiment results collected from the Linux DSVM:
VGG16 + e2e: above 4GB but below 8GB
VGG16 + 4-stage: around 17GB
Best wishes!
The text was updated successfully, but these errors were encountered:
Hello,
when I was trying to train the model with VGG16 base model, I got an error of
bac_alloc
related to the insufficient memory allocation on my DSVM with 4GB memory.Basically, this is not a programming error. But I think pointing out the minimum requirements on the resource, like memory, will ease lots of pain for the people whose training aborted after running for a long time due to this problem.
Finally, here are some experiment results collected from the Linux DSVM:
Best wishes!
The text was updated successfully, but these errors were encountered: