Sanyam Agarwal
Sanyam Agarwal
This commit goes towards fixing https://github.com/tylin/coco-caption/issues/25 . Although there may be other cause of that issue as well.
In specifying commandline arguments in `main.py` and `finetune.py` the `--cuda` and `--tied` flags are True by default and get False on specifying. Is this intentional? Seems counter-intuitive. Does this have...
Hey I am getting this error when I try to train. ``` python -m torchst.train --config train.yml ``` ``` 0it [00:00, ?it/s]/home/sanyam/miniconda3/lib/python3.6/site-packages/pytorch_skipthoughts-0.4.4-py3.6.egg/torchst/model.py:308: UserWarning: RNN module weights are not part of...