JKBox

Results 3 comments of JKBox

> Hi, > Have you tried to run training on multiple gpus? Thanks to your reminder, I wrote the code with single gpu, I will change it to multiple gpus...

> `os.environ["CUDA_VISIBLE_DEVICES"] = "4,5,6,7"` > ` if torch.cuda.device_count() > 1: model = nn.DataParallel(model, device_ids=[0, 1, 2, 3]) model.to(device).train()` > I have 8 GPUs. I set 4 of my device visiable....

> Here is your rescue: > https://www.rocq.inria.fr/cluster-willow/amiech/howto100m/s3d_features_readme.txt This link seems down http://howto100m.inria.fr:6885/howto100m_s3d_features/howto100m_s3d_features.zip Have you successfully downloaded this feature dataset? or raw video dataset? ==