Which runs well, but evaluation returns an error: TypeError:forward() missing 1 required positional argument: 'prev_output_tokens' This is what the evaluation code looks like: from fairseq import checkpoint_utils, data, options, tasks # Parse command-line arguments for generation parser = options...
Hi, I get some error when I did python VisServer.py . My enviroment is this. Ubuntu 16.04 Anaconda Python 3.6 I installed Seq2Seq-Vis with conda. git clone https://github.com/HendrikStrobelt/Seq2Seq-Vis.git cd Seq2Seq-Vis source setup_cp...