-
Traceback (most recent call last):
File "encode_text.py", line 32, in
main()
File "encode_text.py", line 16, in main
model = skipthoughts.load_model()
File "/home/anu/Downloads/TAC…
-
Traceback (most recent call last):
File "/Users/Sharhad/skip_thoughts/tensorflow-models/skip_thoughts/bazel-bin/skip_thoughts/evaluate.runfiles/__main__/skip_thoughts/evaluate.py", line 37, in
…
-
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Input In [2], in ()
----> 1 model = skipthoug…
-
When calling model instantiation,
nlgeval = NLGEval()
I get the below error. Appreciate any help on this issue.
```
Traceback (most recent call last):
File "eval.py", line 29, in
…
-
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import generate
>>> z = generate.load_all(…
itsss updated
6 years ago
-
In data_loader.py, the command to load data from a npy file:
utable = numpy.load('utable.npy')
But this results in EOFError:
File "/home/divyat/anaconda2/lib/python2.7/site-packages/numpy/lib…
-
If the number of sentences I'm trying to encode (i.e., the list X in the encode function in skipthoughts.py) is large - say around 10K or 100K then it takes a very long time to run encode.
What can be…
-
I seem to be getting a `MemoryError` when trying to generate a story and im not quite sure how to fix it.
```
Traceback (most recent call last):
File "D:/Users/teknogeek/Documents/Code/NeuralStoryt…
-
I have successfully trained skipthoughts from scratch on my own data. Now given new data X, I want to get its vectors representation. So i do the following
```
vectors = skipthoughts.encode(model, X)…
-
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_skipthou…