-
```
if not hasattr(args, "checkpoint_path") and args.checkpoint_path is None:
model_path = args.checkpoint_path
```
shouldn't this be a positive check?
```
if hasattr(args, "checkp…
-
added `devices="auto"` in `train.py` to utilize multiple gpus
```
trainer: Trainer = hydra.utils.instantiate(cfg.trainer,
callbacks=callbacks,
…
-
I am currently using master in this simulation to test for a generation trip of generator No 5 at Bus 102, here is the set-up the raw and dyr files are in the attached zip file
```python
import a…
-
Hello p0p4k,
I've begun training a PFlow Korean model using the code you shared. However, I encountered a nan loss during the training process. I used a publicly available Korean dataset and struct…
-
Hello,
I have run inference on the clean and final passes of MPI-Sintel providing a custom save path (with the `--save` flag) and noticed that all outputs are written to the same directory instead …
-
I have tried to change n_feats=100 and train, but looks like there is several places hardcoded for 80 because I got crashes that say it expects size 80.
-
- [fJVT current uses CentralMaxPt](https://github.com/UCATLAS/xAODAnaHelpers/blob/master/Root/JetCalibrator.cxx#L367), but should use [ForwardMaxPt](https://twiki.cern.ch/twiki/bin/view/AtlasProtected…
-
Hello p0p4k,
I am deeply grateful for the code you have provided.
I have a question while adapting it to a Korean version. I am preparing to use a speech-to-text dataset with approximately 2000 …
-
We are experiencing a strange issue. With one our big dataset (about 300 hours) MAS is randomly crashes. Core dump shows following line:
```
Program terminated with signal SIGSEGV, Segmentation fau…
-
Hello p0p4k,
I'm reaching out to you again with a question.
Thanks to your great help, I've successfully trained and inferred the Korean pflow model. During the inference process, I observed a f…