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
When I run: python train_synthetic_data.py --load_folder scripts/synthetic_data/line_pole_noise/
The observation is that the GPU is not actually used (only 300~MB occupied), but the CPU-util increases rapidly, so does the code runs on CPU instead of GPU?
I'm not familiar with tensorflow, could you please give some hints about it?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hello! Thanks for open-sourcing this work.
When I run:
python train_synthetic_data.py --load_folder scripts/synthetic_data/line_pole_noise/
The observation is that the GPU is not actually used (only 300~MB occupied), but the CPU-util increases rapidly, so does the code runs on CPU instead of GPU?
I'm not familiar with tensorflow, could you please give some hints about it?
Thanks for your help.
The text was updated successfully, but these errors were encountered: