-
### Description & Motivation
PyTorch will default the `torch.load(weights_only=)` option to True in the future, and started emitting FutureWarning in 2.4. Since Lightning allows storing all kinds of …
-
input:
python scripts/dock.py --run_path runs/paper_baseline --dataset_path examples
output:
Warning: Unable to load toolkit 'OpenEye Toolkit'. The Open Force Field Toolkit does not require the O…
-
Dear ray_lightning users and community members,
We wanted to share some important news regarding the future of the ray_lightning library. As you know, ray_lightning has been a valuable library for …
-
Dear all:
I succeed to run `python train.py` on single GPU card. However, when i try to set pytorch-lightning with `gpus=4` on 4 gpu cards, it trigger the following errors:
```
GPU available: T…
-
When using webdataset with pytorch-lightning, I discovered that if I pass dataloaders to pytorch-lightning as instances of MultiDataset, training will stall on epoch 0. Once I changed the dataloaders …
-
When using the PyTorch Profiler with TensorBoard, the generated trace files are too large (e.g., 1 ~2 GB for just 10 steps), causing TensorBoard to crash or hang.
### To reproduce
Steps to rep…
-
显卡:v100两张,各24G
max_seq_len=512
train_batchsize=2
Traceback (most recent call last):
File "/workspace/code/code/chatglm_finetuning-stable-vocab130528-v2/train.py", line 182, in
trainer.fit(…
-
### Describe the bug
Thanks for the great work! When I use the rkde model to train and test on the MVTec dataset with the category carpet, I get an error. I have this error with anomalib version 1.0.…
-
## 🚀 Feature
It is often beneficial to have an explicit guarantee that the callbacks will be called in the order that they were added to the callback list. If I understand it right, the order r…
z-a-f updated
5 months ago
-
Hi,I met this error”AttributeError: 'NoneType' object has no attribute 'python_exit_status' ”when num_worker=8.Could you help me to solve this problem? BTW,when num_worker was set to 0,it alwasy train…