Hello,
Thank you for these set of very useful tools. I have been trying to get the code to work for training part and then shape_based_gen.model. After some debugging code started to work but I am stuck with one more error. Can you please let me know how I can solve this.
Thanks,
Amir
decoder = DecoderRNN(512, 1024, 29, 1,params.device)
^^^^^^
NameError: name 'params' is not defined
Hello,
Thank you for these set of very useful tools. I have been trying to get the code to work for training part and then shape_based_gen.model. After some debugging code started to work but I am stuck with one more error. Can you please let me know how I can solve this.
Thanks,
Amir
decoder = DecoderRNN(512, 1024, 29, 1,params.device)
^^^^^^
NameError: name 'params' is not defined