d6b9a5738af8c6dbe642b2464b4fec31c306aaa7,vocoder/train.py,,,#,32
Before Change
setup_generator)
torch.backends.cudnn.enabled = True
torch.backends.cudnn.benchmark = True
torch.manual_seed(54321)
use_cuda = torch.cuda.is_available()
num_gpus = torch.cuda.device_count()
print(" > Using CUDA: ", use_cuda)
print(" > Number of GPUs: ", num_gpus)
After Change
setup_generator)
use_cuda, num_gpus = setup_torch_training_env(True, True)
def setup_loader(ap, is_val=False, verbose=False):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 8
Instances
Project Name: mozilla/TTS
Commit Name: d6b9a5738af8c6dbe642b2464b4fec31c306aaa7
Time: 2020-06-15
Author: erogol@hotmail.com
File Name: vocoder/train.py
Class Name:
Method Name:
Project Name: mozilla/TTS
Commit Name: e051dd41b18fed43a71c9d6b7280548184fd3341
Time: 2020-06-02
Author: erogol@hotmail.com
File Name: vocoder/train.py
Class Name:
Method Name:
Project Name: rusty1s/pytorch_geometric
Commit Name: 3f0f8ca3bda791ceba269ad98a9677180abbc9f0
Time: 2019-07-27
Author: matthias.fey@tu-dortmund.de
File Name: examples/node2vec.py
Class Name:
Method Name:
Project Name: mozilla/TTS
Commit Name: d6b9a5738af8c6dbe642b2464b4fec31c306aaa7
Time: 2020-06-15
Author: erogol@hotmail.com
File Name: vocoder/train.py
Class Name:
Method Name: