-
when running python run.py --ncbi --jnlpba --bc5_chem --bc5_disease --bc4 --bc2 --lr_pump --lr_decay 0.05 this command occur error like below:
File "C:\Users\user\Desktop\collab_net\run.py", line 76,…
-
Knowledge representations may have a probabilistic nature and capturing that is especially important for complex business domains where data is ... non-stationary or contextual.
This is often seen …
-
**Describe the bug**
Tests in test_wordembedding.py are being skipped on all versions of Python on CentOS7 and Ubuntu 14. Here is the blurb stating the "todo fix":
https://github.com/microsoft/Nim…
-
Hi,
I am getting the following error while running the command bash run.sh
Cleaning working and output directories...
CommandException: "rm" command does not support "file://" URLs. Did you mean…
-
InvalidArgumentError (see above for traceback): indices[56,57] = 66 is not in [0, 65)
[[Node: smi_embedding/embedding_lookup = GatherV2[Taxis=DT_INT32, Tindices=DT_INT32, Tparams=DT_FLOAT, _class=[…
-
### Issue
- **What did you do?**
When I used SSWE WordEmbedding, I'd like to have VectorDistanceTranform to compute similarity score between two sentiment vectors. In my use case, I don't need to m…
-
wordembedding = np.load('./data/vec.npy')
print('reading training data')
train_y = np.load('./data/train_y.npy')
train_word = np.load('./data/train_word.npy')
train_pos1 = np.l…
-
Make a list here of different ML algorithms we could support on Cirrus.
-
python3 train_GRU.py
reading wordembedding
reading training data
2018-05-27 19:01:57.689007: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow…
-
### Describe the bug
In the following G2P sample, the text "To be or not to be, that is the question" is used.
https://huggingface.co/speechbrain/soundchoice-g2p
In "wordemb/util.py", "expand_to_…