You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am running the code and got the following error. Can you tell me how to solve this?
I installed pytorch-ts by git clone and branched to ver-0.7.0.
the code is Time-Grad-Electricity.ipynb
GPU available: True (cuda), used: True
TPU available: False, using: 0 TPU cores
IPU available: False, using: 0 IPUs
HPU available: False, using: 0 HPUs
[c:\Users\chanyoung\anaconda3\envs\coolingts\lib\site-packages\lightning\pytorch\trainer\configuration_validator.py:74](file:///C:/Users/chanyoung/anaconda3/envs/coolingts/lib/site-packages/lightning/pytorch/trainer/configuration_validator.py:74): You defined a `validation_step` but have no `val_dataloader`. Skipping val loop.
You are using a CUDA device ('NVIDIA GeForce RTX 3090') that has Tensor Cores. To properly utilize them, you should set `torch.set_float32_matmul_precision('medium' | 'high')` which will trade-off precision for performance. For more details, read https://pytorch.org/docs/stable/generated/torch.set_float32_matmul_precision.html#torch.set_float32_matmul_precision
LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0]
| Name | Type | Params | In sizes | Out sizes
-----------------------------------------------------------------------
0 | model | TimeGradModel | 432 K | ? | [1, 100, 24, 370]
-----------------------------------------------------------------------
432 K Trainable params
0 Non-trainable params
432 K Total params
1.729 Total estimated model params size (MB)
Epoch 0: | | 50/? [00:26<00:00, 1.86it/s, v_num=11, train_loss=0.414]
Epoch 0, global step 50: 'train_loss' reached 0.41410 (best 0.41410), saving model to 'c:\\Users\\chanyoung\\Desktop\\새 폴더 (2)\\lightning_logs\\version_11\\checkpoints\\epoch=0-step=50.ckpt' as top 1
Epoch 1: | | 50/? [00:25<00:00, 1.93it/s, v_num=11, train_loss=0.265]
Epoch 1, global step 100: 'train_loss' reached 0.26505 (best 0.26505), saving model to 'c:\\Users\\chanyoung\\Desktop\\새 폴더 (2)\\lightning_logs\\version_11\\checkpoints\\epoch=1-step=100.ckpt' as top 1
Epoch 2: | | 50/? [00:27<00:00, 1.79it/s, v_num=11, train_loss=0.189]
Epoch 2, global step 150: 'train_loss' reached 0.18864 (best 0.18864), saving model to 'c:\\Users\\chanyoung\\Desktop\\새 폴더 (2)\\lightning_logs\\version_11\\checkpoints\\epoch=2-step=150.ckpt' as top 1
`Trainer.fit` stopped: `max_epochs=3` reached.
Epoch 2: | | 50/? [00:27<00:00, 1.79it/s, v_num=11, train_loss=0.189]
Hi, I am running the code and got the following error. Can you tell me how to solve this?
I installed pytorch-ts by git clone and branched to ver-0.7.0.
the code is Time-Grad-Electricity.ipynb
The text was updated successfully, but these errors were encountered: