Shaikh Akib Shahriyar

Results 19 comments of Shaikh Akib Shahriyar

Hello @AliaksandrSiarohin , I've started the training using the following command. `CUDA_VISIBLE_DEVICES=0,1,2,3 python run.py --config config/vox-adv-512.yaml --device_ids 0,1,2,3` After 15 seconds, this error is occurring. Can you help me find...

Thank you. Lowering the batch size to 16 solved the issue. Just showing those UserWarnings. What's the expected output of the command prompt? Is it supposed to stay like this?...

@AliaksandrSiarohin Checked again after leaving it for an hour, it's still stuck here. When closing by "Ctrl + C" the output of the console is like this. ![state2](https://user-images.githubusercontent.com/13636438/79474690-86647880-8028-11ea-9c91-3a127fbf39ca.PNG) Also, I've...

@AliaksandrSiarohin Thank you. Changing the number of repeat to 1 seems to work. The log file is showing loss. As your YAML files suggest, For Voxceleb, 256x256, `num_epochs: 100, num-repeats:...

I can train up to 5 days on my setup, what num_epoch and num_repeats will you suggest? (Considering the 4 NVIDIA Tesla V100 GPUs I've mentioned earlier, I can add...

Thank you. For `num_epoch: 100` and` num_repeat: 1`, the training time is showing around 8 hours. For `num_epoch: 100` and` num_repeat: 2`, the training time is showing around 16 hours....

Hi @AliaksandrSiarohin. When I try to preprocess the VoxCeleb dataset, it is giving me an unusual error. After installing the requirements and following the instructions of [this page](https://github.com/AliaksandrSiarohin/video-preprocessing), I have...

By unusual error, I meant the output of that command is `0it [00:00, ?it/s]` Then the cell stops executing. There is no output in the vox folder.