Skip to main content

Justingoheen's group workspace

Timestamps visible
2023-03-21 17:38:34
87.4 M    Total params
2023-03-21 17:38:34
349.704   Total estimated model params size (MB)
2023-03-21 17:42:38

2023-03-21 17:38:56
/Users/justin/Developer/lightning-pod-projects/lightning-pod-vision/.venv/lib/python3.10/site-packages/torch/amp/autocast_mode.py:204: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling
2023-03-21 17:38:56
  warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling')
2023-03-21 17:38:56
/Users/justin/Developer/lightning-pod-projects/lightning-pod-vision/.venv/lib/python3.10/site-packages/torchmetrics/functional/classification/accuracy.py:65: UserWarning: MPS: no support for int64 reduction ops, casting it to int32 (Triggered internally at /Users/runner/work/pytorch/pytorch/pytorch/aten/src/ATen/native/mps/operations/ReduceOps.mm:144.)
2023-03-21 17:38:56
  tp = tp.sum(dim=0 if multidim_average == "global" else 1)
2023-03-21 17:39:09
Epoch 0:   0%|                                                                                                                                                                                                                                                    | 0/313 [00:00<?, ?it/s]
2023-03-21 17:40:38
Validation DataLoader 0:  15%|█████████████████████████████████▍                                                                                                                                                                                          | 12/79 [00:00<00:02, 22.84it/s]
2023-03-21 17:42:34
Validation DataLoader 0:   9%|███████████████████▌                                                                                                                                                                                                         | 7/79 [00:00<00:02, 27.28it/s]
2023-03-21 17:42:39
`Trainer.fit` stopped: `max_epochs=2` reached.