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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Thank you @satwikkottur for your response. Yes, that error was in executor.py. However, I am not able to reproduce that error. That error came up after I resolved this one with the help of an earlier issue.
File "/home/astha/finalcorefnmn/models_mnist/generator.py", line 112, in __init__
outputs['prog_pred_loss'] = outputs['ques_prog_loss']
KeyError: 'ques_prog_loss'
So, I added a python debugger to print the value of outputs which gives:
Hello,
I am trying to reproduce the code for MNIST-Dialog and I keep getting an error.
Can you help me understand why this could probably be happening?
The text was updated successfully, but these errors were encountered: