-
Hi, I have been able to successfully install mmf on my local machine (an intel Mac), but it does not support a GPU version of pytorch. Thus, I am trying to get mmf running on Colab, following the same…
-
### Bug description
When I try to use profiler='advanced' when creating a trainer, this error will be raised inside trainer.fit():
```cmd
ValueError: Another profiling tool is already active
```
…
-
### Bug description
This is related to this issue:
https://github.com/Lightning-AI/pytorch-lightning/issues/10290
Whereby an IterableDataset with a length defined wont trigger a validation epoc…
-
### What happened?
Configuring TEs as follows:
```
"text_encoder": {
"train": false,
"learning_rate": 2e-8,
"layer_skip": 0,
"weight_dtype": "FLOAT_32",
"stop_trainin…
-
## 🚀 Feature request
Add option to generate a json schema alongside the json file when calling `jsonargparse.ArgumentParser.save` and link to that schema file in the default config json file us…
-
## 解决的问题
- 间隔`val_check_interval`个steps,保存模型并且验证测试
## 参考
- https://github.com/PyTorchLightning/pytorch-lightning/issues/2533
- https://github.com/PyTorchLightning/pytorch-lightning/issues/2534
…
-
I've been trying to set up a Google Colab notebook to train on a custom dataset.
Custom notebook here: https://colab.research.google.com/drive/1CqbxgNHUY56j96yC3flyCuSNCkR5XWPl
(although you'd need …
-
when in test,one error:
File "train.py", line 220, in
main()
File "train.py", line 211, in main
trainer.test(model, datamodule=dm) #also loads training dataloader
File "/root/mini…
-
when i run `python main.py fit --config configs/tgcn.yaml` the program always says
`error: Validation failed: Key "fit.model.model" is required but not included in config object or its value is None.…
-
File "teacher_forcing.py", line 140, in
teacher_forcing_training(args)
File "teacher_forcing.py", line 130, in teacher_forcing_training
trainer.fit(summarizer_module)
File "/remote-ho…