-
## Description
gluonnlp failed to install on win10 because setup.py was not exited. I already have wheels installed both for pip and pip3.
### Error Message
(venv) PS C:\Users\HarshadPrakashBhand…
-
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
/tmp/ipykernel_3356/3905977959.py in
----> 1…
-
TypeError Traceback (most recent call last)
in ()
10 multi_gpu=False,
11 multi_label=True,
---> 12 …
-
## ❓ Questions and Help
When I finetune model visual-bert on GPU A10(only one gpu), the gpu utility is very low, and i use pytorch profiler founding that 60% of training time is consumed by DataLoade…
-
tried installed from pip and source, both returned
` ImportError: cannot import name 'BertWordPieceTokenizer' ` on from fast_bert.data_cls
Please help!
-
请问有人遇到这个问题吗?
在解码的时候出现的问题,select_indices应该是整数类型的,但是debug发现是float,将其select_indices转为long型后,运行就一直卡住了,不出测试结果
python train.py -task abs -mode test -test_from ../models/abs/model_step_8000.pt -batch_siz…
-
(yw_fast_bert_test)$ python Fast_Bert_model_fitting.py
09/13/2019 18:42:45 - INFO - pytorch_transformers.tokenization_utils - loading file https://s3.amazonaws.com/models.huggingface.co/bert/bert-b…
-
When I'm trying to execute the BertDataBunch class, with the following parameters:
```
BertDataBunch('./', './',
tokenizer='bert-base-uncased',
…
-
Hello,
I am quite new on the topic, sorry if it's a false issue.
When loading with **BertDataBunch**, I got this warning:
```
lib/python3.9/site-packages/fast_bert/data_cls.py:231: DtypeWarning:…
-
I get the above error when performing fine-tuning using fast-bert. I'm environment is Win10 (2 gpu), Python 3.7, Fast-Bert 1.6.5, cuda 10.1. The code I'm using is as below:
`# set parameters
logge…