-
1、a command-line interface to run RefChecker in a console:
refchecker-cli extract \
--input_path example/example_in.json \
--output_path example/example_out_triplets.json \
--extractor_nam…
-
## Description
Using the `batchPredict` method with the BERT model and pytorch engine throws
```
Caused by: ai.djl.engine.EngineException: stack expects each tensor to be equal size, but got [56] …
-
I have been trying to play around with the QAT pipeline with LLM text generation. I have adopted the code from `examples/nlp/text-generation/quantize_causal_lm_model.py` and used gpt2-small for my mo…
-
**Describe the bug**
RuntimeError "Unexpected key" when running checkpoint_converters script convert_got_nemo_to_mcore.py
**Steps/Code to reproduce bug**
Follow the instructions given in http…
-
transformers-cli convert --model_type albert \
--tf_checkpoint $ALBERT_BASE_DIR/model.ckpt-64000 \
--config $ALBERT_BASE_DIR/albert_config.json \
--pytorch_dump_output $ALBERT_BASE_DIR/pytorc…
-
I am trying to set up riveter in Rstudio and continue to receieve the following error code: riveter
-
### 🐛 Describe the bug
![image](https://github.com/pytorch/pytorch/assets/39661319/da0f9a22-de47-4942-8319-d279c6a682a6)
### Versions
RuntimeError: CUDA error: unknown error
Compile with `TORCH_…
-
I finetuned the pretrained ProphetNet model for 1 epoch on my own dataset on Google Colab for a summarization task.
For inference I used:
```
!fairseq-interactive processed \
--path $CHECK_POINT …
-
Post your questions here about: “[Training and Taming Deep Networks](https://docs.google.com/document/d/1gne-oWcJs1p5sEjUumapq6HKeaOet3EHxJ-Ij0LuTro/edit?usp=sharing)” OR “[The Expanding Universe of D…
lkcao updated
2 years ago
-
In Nemo_primer.ipynb when doing import nemo.collections.asr as nemo_asr, import nemo.collections.nlp as nemo_nlp and
import nemo.collections.tts as nemo_tts I get the following error
`ImportError:…