-
On a new clone of your repo, I can't get the model to train. There's a type mismatch in the updates when building the optimizer.
Running on conda on macOS (using CPU). I didn't mess with any files,…
-
-
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
from ski…
-
When creating a dlpack from a cudf dataframe, using .to_dlpack(), GPU memory is leaked.
**Steps/Code to reproduce bug**
The following code shows the memory leak. Running only one loop utilizes 185…
-
metrics_dict = compute_individual_metrics("I hate you", "I love you")
Traceback (most recent call last):
File "", line 1, in
File "/scratchd/home/anand/KVQG/baselines/eval/nlg-eval/nlgeval/_…
-
It seems that the multilingual decoder mentioned in the [blog post](https://code.fb.com/ai-research/laser-multilingual-sentence-embeddings/) is not currently in this repository. Do you have plans to o…
-
**Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [x] Are you running the latest `bert-as-service`?
* [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-…
-
Hi,
it seems that there is a bug in the load_scorers method of the NLGEval class. For example, when running the following code,
```
from nlgeval import NLGEval
nlgeval = NLGEval(no_skipthought…
-
I am having trouble running this:
https://github.com/facebookresearch/SentEval/blob/906b34ae5ffbe17a6970947d5dd5e500ff6daf59/examples/skipthought.py#L51
what version of python actually allows to…
-
Just fyi, added skip-troughs master branch and ran the trainer on python 2.7 on ubuntu 17.04 Got an error 'SequenceTransformer instance has no attribute 'filtered_ent_counts'. Did not have time to lo…