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
it seems that train_syncnet_sam.py is not using GPU for training the SyncNet.
torch successfully detected GPU and actually other program work great with the GPU on the same PC.
using Python 3.7 on WSL2(Ubuntu 22) on Windows 11.
using 3s long video clips for training.
using syncnet_batch_size=64 (default) -> shall I make this a larger number to make use of larger GRAM or something?
The text was updated successfully, but these errors were encountered:
it seems that train_syncnet_sam.py is not using GPU for training the SyncNet.
torch successfully detected GPU and actually other program work great with the GPU on the same PC.
using Python 3.7 on WSL2(Ubuntu 22) on Windows 11.
using 3s long video clips for training.
using syncnet_batch_size=64 (default) -> shall I make this a larger number to make use of larger GRAM or something?
The text was updated successfully, but these errors were encountered: