-
Hello, I'm new and I trying to use this tool. I have downloaded the google word2vec pre-trained file (GoogleNews-vectors-negative300.bin.gz). Then, I use the example code
```
import tensorflow as …
-
Hi, I am running into a dead end with the storyteller already at one of the first steps. After having downloaded all necessary files, and set up the config.py, it still won't generate the first
`i…
-
Hello ı try to run your project. But I cant find the models that 'skipthoughts.py' use.
Where is this models or how ı can run it.(generate it.)
-
I'm giving this project a 3third try. Even installed ubuntu on my Imac for this.
After installing all dependencies and adjusting the config.py file (except for two lines I don't know what to place …
-
The instructions are very vague. It's not even clear if this project is self-containing. In `eval.sh`, there is a parameter for the link to the directory of SkipThoughts implementation. Does it mean S…
-
Hi Cadene,
I think the decomposition part is in fusion.py. But i have get them all clear yet. Would mind helping me out? Because I want to code a Tensorflow version based on your pytorch code. And …
ghost updated
6 years ago
-
Hello everyone,
I am trying to execute this code and got stuck here please can anyone help me out..
Traceback (most recent call last):
File "/home/mcis-lap-25/PycharmProjects/storyteller/neural…
-
while running the (data_loader.py) i am getting the following errors. if any one know the solutions please let me know
Traceback (most recent call last):
File "/home/komali/PycharmProjects/text-…
-
I'm getting this error even though my uni_skip.npz.pkl is correctly located. Any clue on how to fix this? Thanks in advance!
-
https://github.com/kaniblu/pytorch-skipthoughts/blob/6ce13492dc6d4f0378ead8ec5aadb151cc79d93f/src/torchst/train.py#L49
Probably `iter` should be `step` here?