Hi, thank you so much for your code.
Right now, I am trying to replicate your ICCV results with the pytorch implementation.
Here is the setting
'batch_size': None,
'dir_logs': None,
'epochs':…
I tried to update the allennlp by using `pip install --upgrade allennlp`, but I received the error message like the following when I attempted to run `python -m allennlp.run predict -h` :
```
/us…