GHGmc2 commented on issue #13735: update wavenet codes
URL: https://github.com/apache/incubator-mxnet/pull/13735#issuecomment-483994351
 
 
   @seujung I tried main.py, it failed when doing inference, error message is: 
"generation() missing 2 required positional arguments: 'path' and 'gen_size'".
   
   > $ python main.py --epochs=1
   Namespace(batch_size=64, dilation_depth=10, epochs=1, generation=True, 
load_file='parametric-2.wav', mu=128, n_repeat=2, n_residue=24, n_skip=128, 
save_file='', seq_size=20000, use_gpu=False)
     0%|                                                                        
                                                                                
                                                                | 0/1 [00:00<?, 
?it/s]
     out = self.forward(*args)
   epoch 0, loss 78866.3671875
   
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████|
 1/1 [01:34<00:00, 94.03s/it]
   Traceback (most recent call last):
     File "main.py", line 63, in <module>
       main()
     File "main.py", line 60, in main
       trainer.generation()
   TypeError: generation() missing 2 required positional arguments: 'path' and 
'gen_size'

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to