Saeed Karimi
Saeed Karimi
When I run `test.py` and change `isOnline` to `False` the following error occurs: File "/media/saeed/New Volume/PAD/Codes/FAS-SGTD/fas_sgtd_multi_frame/test.py", line 284, in offline_eval() File "/media/saeed/New Volume/PAD/Codes/FAS-SGTD/fas_sgtd_multi_frame/test.py", line 275, in offline_eval officialEval(os.path.join(flags.path.model, 'model.ckpt-%d'%(iter_now))) File...
Thank you for sharing this code and blog post about tf.estimator. When I run train.py this error occurs. There may be some problems with __init__ scripts. I use python 3.6...
Would you please share your TensorBoard logs? I want to check if my training procedure is going well by comparing the losses of my training with yours. Thanks a lot!
When I run `from nemo.collections.tts.models.base import SpectrogramGenerator` I get this error: `Traceback (most recent call last): File "/home/saeed/Codes/NeMo/tutorials/tts/Inference_ModelSelect.py", line 3, in from nemo.collections.tts.models.base import SpectrogramGenerator File "/home/saeed/Codes/NeMo/nemo/collections/tts/__init__.py", line 15, in...