pytorch-skipthoughts
pytorch-skipthoughts copied to clipboard
When I start my training, I meet this error. Traceback (most recent call last): File "/share1/home/jiang/anaconda2/envs/pytorch/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/share1/home/jiang/anaconda2/envs/pytorch/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals)...
hello @kaniblu thanks for your work, I have a simple question about your implementation. Is teacher forcing enforced in your decoders? I think this was left out, if yes please...
Hey there! I've preprocessed data as you tell (`head` of my data file looks like this:) ``` iron cement is a ready for use paste which is laid as a...
https://github.com/kaniblu/pytorch-skipthoughts/blob/6ce13492dc6d4f0378ead8ec5aadb151cc79d93f/src/torchst/train.py#L49 Probably `iter` should be `step` here?
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...