We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad47ad6 commit 17563dcCopy full SHA for 17563dc
predict.py
@@ -39,7 +39,7 @@
39
print('Done!')
40
41
print('Loading data...', end='')
42
-dev_data = load_dataset('data/dev_data.pkl')
+dev_data = load_dataset(args.dev_data)
43
dev_data_gen = BatchGen(*dev_data, batch_size=args.batch_size, shuffle=False)
44
45
with open('data/dev_parsed.json') as f:
0 commit comments