-
Hi
I attempt to run the code in "BA-shapes.ipynb" and got an error "ValueError: Input contains NaN, infinity or a value too large for dtype('float32')". Only "BA-shapes.ipynb" has this issue. The o…
-
['image_06288.jpg', 'image_08158.jpg', 'image_05755.jpg', 'image_02589.jpg', 'image_07136.jpg', 'image_00386.jpg', 'image_03853.jpg', 'image_02558.jpg', 'image_02394.jpg', 'image_03728.jpg', 'image_00…
-
/home/quantiphi/anaconda3/bin/python /snap/pycharm-community/123/helpers/pydev/pydevd.py --multiproc --qt-support=auto --client 127.0.0.1 --port 33961 --file /home/quantiphi/PycharmProjects/training…
-
## 🐛 Bug
When using torchtext.data.Iterator with a batch_size_fn function the __len__ function raises a NotImplementedError which is not caught by _has_len function.
A bug-fix is **very simp…
-
Hello,
I wonder whether there is a mistake in the decoder of skipthoughts.
The file is **tensorflow/models/research/skip_thoughts/skip_thoughts/skip_thoughts_model.py**
### Describe the problem
…
-
error: /home/yuanlixiong/Downloads/data/uni_skip.npz
```python
# this is my code.
from nlgeval import NLGEval
nlgeval = NLGEval() # loads the models
metrics_dict = nlgeval.compute_metrics(ref=["…
-
Hi,
I used this repository for evaluating my result.
However, I received two different result.
I tried to use (I have only one reference for each hypothesis):
`nlg-eval --hypothesis=hyp.txt …
-
When I call the function 'compute_metrics', I notice that system memory is unable to free. Could u give me some advice on it?
-
python3.6
>>>from nlgeval import NLGEval
>>> nlgeval = NLGEval()
Traceback (most recent call last):
File "", line 1, in
File "/home/lkk/code/caption_v1/nlgeval/nlgeval/__init__.py", line 1…
-
Hi, thanks for the code.
I am trying to re-train MuRel. I got the following error: `Object arrays cannot be loaded when allow_pickle=False`
Attached is the output log. Please let me know if I'm…