-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hey @qibinc
I am done with all the three training steps. I can see model files and everything in "saved" folder.
Now I want to run last command "show_bias.py" but getting an error.. here is the error description..
could you please me ..?
[ pytorch_preprocess: False ] [ pytorch_teacher_batch_sort: False ] [ pytorch_teacher_dataset: None ] [ pytorch_teacher_task: None ] [ shuffle: False ] [ ParlAI Image Preprocessing Arguments: ] [ image_cropsize: 224 ] [ image_size: 256 ] Traceback (most recent call last): File "scripts/show_bias.py", line 41, in <module> agent = create_agent(opt, requireModelExists=True) File "/root/KBRD/parlai/core/agents.py", line 587, in create_agent raise RuntimeError('Need to set modelargument to use create_agent.') RuntimeError: Need to setmodelargument to use create_agent.