-
Ошибки при запуске:
```
Traceback (most recent call last):
File "s:\my_folder\main.py", line 16, in
accentizer.load(omograph_model_size='big_poetry', use_dictionary=True)
File "S:\pyt…
-
hi Louis:
thanks for your contribution.
can you tell me how to modify the code to correct this error?
thank you soooooooooo much!!!
![image](https://user-images.githubusercontent.com/21167278/112…
-
I followed the [document](https://docs.mlcommons.org/inference/benchmarks/image_classification/resnet50) to inference ResNet50, using MLCommons-Python -> edge -> Tensorflow -> CUDA -> Native
The comm…
-
09/25/2019 14:17:39 - INFO - utils.args - ----------- Configuration Arguments -----------
09/25/2019 14:17:39 - INFO - utils.args - batch_size: 6
09/25/2019 14:17:39 - INFO - utils.args - bert_conf…
-
### Feature request
Could we get a documentation on how to run infinity on AMD GPU? I could only find benchmark and description that infinity could be run with ROCm backend.
### Motivation
Easier s…
-
I want to train multi-label classifier, however, I get the following error, although from what I have read, we should set pos_weight and set multi_label to True,
Could you please help me what I shoul…
-
### 负责人
@Xreki @zhaoyuchen2018
### 初始性能
- 测试时间:2019年8月14日
- 测试者:@Xreki
- GPU平台信息:Tesla P40
- 软件信息:
- Driver Version,418.39
- CUDA 9.0
- cuDNN 7.5
- Paddle commit:
```
commit 74427…
Xreki updated
4 years ago
-
## Description
When I run the accuracy_checker with this line without MLIR:
python accuracy_checker.py --fill1 --onnx /pathtomodel/bert_large_uncased_1_fp16_gpu.onnx
I get the message:
Outputs do no…
-
Hi,
Thanks for a great package. For a multi-label training problem, the input training data should like like this:
```
id | text | toxic | severe_toxic | obscene | threat | insult | identity_ha…
-
when I use longformer in huggingface/transformers ,I find that the inference time of longformer-base-4096 is more than bert-base-cased.
However, the longformer should take less time than bert for lon…