-
**Describe the Bug**
**Minimal Steps/Code to Reproduce the Bug**
```bash
pip install -v --no-cache-dir \
--global-option="--cpp_ext" \
--global-option="--cuda_ext" \
--global-optio…
-
***Describe the bug**
When I use the following transform for distributed training,I got a error
```python
train_transforms = Compose([LoadImaged(keys=["image", "label"]),
…
-
Hello! 👋🏻
I'm trying to implement a script which allows me to train models from scratch or to use pre-trained ones (.nemo files or from the cloud) accordingly to the given **config file**.
The go…
-
![image](https://user-images.githubusercontent.com/53433879/188069192-c4997fe2-43fb-4c72-aa8e-a3e6163e07bd.png)
when training ASR with Transducers and leaving
**freq_masks: 2
time_masks: 10** …
-
Hi,
I have used the [SSL pre-training script](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/speech_pretraining/speech_pre_training.py) as follows:
```sh
python speech_pre_training.py \
…
-
Attempting to install DeepSpeed using the following steps:
1. Cloned DeepSpeed repository
2. Created virtual environment: `python3 -m venv env`
3. Activated virtual environment: `source env/bin/a…
-
Hello! I wanna get baselines for citrinet-256 and citrinet-512 using WSJ, so that I can perform some experiments after. I will use speed perturbation and specAugment.
For now, I am training citrin…
-
This is a list of techniques for faster convergence to complete the training process faster for Spleen/Heart.
Experimental Settings observed for trial are:
- Novograd Optimizer instead of Adam
- …
-
`# pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
WARNING: Disabling all use of wheels due to the use of --build-option / --glob…
-
Hello. I'm running into issue when trying to compile and install this library. Here are logs of error that i'm getting.
```
[root@Maks apex]# CUDA_HOME=/usr/local/cuda-10.2 pip install -v --disable-…