-
I try to download the _utils_fine_tune.zip_ and the _data_ctc.zip_, but the link is not available now. Could you please check these links?
Thank you for your help!
-
https://upload-images.jianshu.io/upload_images/12081581-70d412eebb570280?imageMogr2/auto-orient/strip%7CimageView2/2/w/323
您看看这样格式的可以吗?不行的话,那测试集的格式就必须是“label,txt”这种格式的吗?
-
![image](https://github.com/user-attachments/assets/f28e43ac-cff0-4aec-893e-78eeb7feb71a)
model: cnn dataset: mnist
when running scaffold and feddyn, the code raise the same error:ValueError: Inpu…
-
Currently we are working on research project for NER in Hindi. We would like to extend our code and work to add Support for Hindi-NER in NLTK. Our current model(Embeddings->LSTM->CRF) is trained on th…
-
#### Problem description
The word2vec implementation requires a workaround, as detailed in #2735, to correctly report the total loss per epoch. After doing that though, the next issue is that t…
-
Previously I had an issue with capitalization, but that was resolved (thanks!).
That said, I'm still not able to get 15.63 BLEU on de-en newstest2016. My best score is 10.9.
Test data:
```
SRC…
-
when i want to intall deepmatcher packege i get this error massage :
Could not find a version that satisfies the requirement torch==0.3.1 (from deepmatcher==0.1.0.post1) (from versions: 0.1.2, 0.1…
-
This is an old idea of mine, I wanted to try it for several years, maybe this time I'll do it
-
I am trying to run pypicloud on an EC2 instance. The UI works fine and I can log in, upload and fetch there just fine, however, I can't seem to search or upload packages.
For example, when I try t…
-
so in example :
word_embedding_model = models.Transformer('bert-base-uncased')
cnn = models.CNN(in_word_embedding_dimension=word_embedding_model.get_word_embedding_dimension(), out_channels=2…