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
Yes, this version is not good. I don't have time to rewrite load_data with DataLoader provided by PyTorch. With DataLoader, we can set num_workers, which helps to prepare data in multi-workers.
You can have a try with DataLoader.
whats kind of error? File "main.py", line 62, in <module> main() File "main.py", line 47, in main train(args.module, args.load) File "D:\deepFake_audio\advance\dctts-pytorch-master\pkg\train.py", line 56, in train train_superres(load_trained) File "D:\deepFake_audio\advance\dctts-pytorch-master\pkg\train.py", line 295, in train_superres plot_spectrum(mag_pred[0].cpu().data, "pred", gs, dir=logdir) File "D:\deepFake_audio\advance\dctts-pytorch-master\pkg\utils.py", line 110, in plot_spectrum im = ax.imshow(np.flip(spectrum, 0), cmap="jet", aspect=0.2 * spectrum.shape[1] / spectrum.shape[0]) File "<__array_function__ internals>", line 6, in flip File "C:\Users\N451M\Miniconda3\lib\site-packages\numpy\lib\function_base.py", line 254, in flip return m[indexer] ValueError: negative step not yet supported
Awesome work.
When I check the GPU utilization during training, I found a lot of GPU idle time between each iteration.
Did you see similar behavior? I'm using NFS storage. so one possible reason would be load and feed mel would be the bottleneck.
The text was updated successfully, but these errors were encountered: