-
From Bert:
Something to stay on top of...we should modify their data and the map click results...I think we keep the filter the same for now
-------
Bert Granberg
Utah AGRC
@BertAGRC
http://gi…
-
请问有人遇到这个问题吗?
在解码的时候出现的问题,select_indices应该是整数类型的,但是debug发现是float,将其select_indices转为long型后,运行就一直卡住了,不出测试结果
python train.py -task abs -mode test -test_from ../models/abs/model_step_8000.pt -batch_siz…
-
**Describe the bug**
If you use one of the Bert classifiers or `PipelineModel` directly, you can call `predict` directly, but `__call__` won't work as it won't do the preprocessing. This can trip up …
-
l run the model in windows10 with CPU, but it will spend 4 hours every epoch, that is, 100 epoches need 400 hour in order to run the whole model. it claims it is faster than biLSTM+CRF, actually,it is…
wshzd updated
4 years ago
-
Dear author:
I have encountered this promblem. My os is ubuntu 20.04. How to solve it? Thank you!
```
(atm) khl@khl:~/khl/ATM/ATM$ python -m scripts.preprocess_libero --suite libero_spatial
Trac…
-
## Description
Problems not being imported from colab
!pip install mxnet gluonnlp pandas tqdm
!pip install sentencepiece
!pip install transformers
!pip install torch
!pip install git+https://g…
-
**Describe the bug**
I ran the official tutorial code for onnx
[(https://github.com/microsoft/onnxruntime/blob/master/onnxruntime/python/tools/transformers/notebooks/PyTorch_Bert-Squad_OnnxRuntime…
-
I get the the tensor size error at the end. The command I am running is this:
`
python eval_retrieval.py --bert_model bert-base-uncased --from_pretrained save/RetrievalFlickr30k_bert_base_6layer_6co…
-
I am trying to fine tune a model, but I am encountering a ValueError when creating the dataBunch from the raw corpus.
With the following syntactic data :
```
text_list = ['Lorem ipsum dolor sit a…
Q-lds updated
4 years ago
-
Hello,
I get an error when trying to initialize models that rely on your tokenizer from the transformers package's pipeline. Here is code that yields the error as well as the traceback.
```{py…