Skip to main content

Justingoheen's group workspace

Timestamps visible
2023-03-17 21:20:27
Global seed set to 42
2023-03-17 21:20:27
Using 16bit Automatic Mixed Precision (AMP)
2023-03-17 21:20:27
/Users/justin/Developer/lightning-pod-projects/lightning-pod-vision/.venv/lib/python3.10/site-packages/torch/cuda/amp/grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available.  Disabling.
2023-03-17 21:20:27
  warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available.  Disabling.")
2023-03-17 21:20:27
GPU available: True (mps), used: True
2023-03-17 21:20:27
TPU available: False, using: 0 TPU cores
2023-03-17 21:20:27
IPU available: False, using: 0 IPUs
2023-03-17 21:20:27
HPU available: False, using: 0 HPUs
2023-03-17 21:20:27
wandbWARNING Config item 'optimizer' was locked by 'sweep' (ignored update).
2023-03-17 21:20:27
wandbWARNING Config item 'lr' was locked by 'sweep' (ignored update).
2023-03-17 21:20:27
wandbWARNING Config item 'dropout' was locked by 'sweep' (ignored update).
2023-03-17 21:20:27
wandbWARNING Config item 'attention_dropout' was locked by 'sweep' (ignored update).
2023-03-17 21:20:27
/Users/justin/Developer/lightning-pod-projects/lightning-pod-vision/.venv/lib/python3.10/site-packages/lightning/pytorch/callbacks/model_checkpoint.py:612: UserWarning: Checkpoint directory /Users/justin/Developer/lightning-pod-projects/lightning-pod-vision/models/checkpoints exists and is not empty.
2023-03-17 21:20:27
  rank_zero_warn(f"Checkpoint directory {dirpath} exists and is not empty.")
2023-03-17 21:20:27
  | Name  | Type              | Params
2023-03-17 21:20:27
--------------------------------------------
2023-03-17 21:20:27
0 | model | VisionTransformer | 87.4 M
2023-03-17 21:20:27
--------------------------------------------
2023-03-17 21:20:27
87.4 M    Trainable params
2023-03-17 21:20:27
0         Non-trainable params
2023-03-17 21:20:27
87.4 M    Total params
2023-03-17 21:20:27
349.704   Total estimated model params size (MB)
2023-03-17 21:20:27
wandbWARNING Config item 'optimizer' was locked by 'sweep' (ignored update).
2023-03-17 21:20:27
wandbWARNING Config item 'lr' was locked by 'sweep' (ignored update).
2023-03-17 21:20:27
wandbWARNING Config item 'dropout' was locked by 'sweep' (ignored update).
2023-03-17 21:20:27
wandbWARNING Config item 'attention_dropout' was locked by 'sweep' (ignored update).
2023-03-17 21:24:44

2023-03-17 21:20:49
/Users/justin/Developer/lightning-pod-projects/lightning-pod-vision/.venv/lib/python3.10/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling
2023-03-17 21:20:49
  warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling')
2023-03-17 21:21:02
Epoch 0:   0%|                                                                                                                                                                                                                              | 0/313 [00:00<?, ?it/s]
2023-03-17 21:22:34
Validation DataLoader 0:  13%|█████████████████████████                                                                                                                                                                             | 10/79 [00:00<00:05, 11.84it/s]
2023-03-17 21:24:40
Validation DataLoader 0:  29%|█████████████████████████████████████████████████████████▋                                                                                                                                            | 23/79 [00:01<00:03, 17.23it/s]
2023-03-17 21:24:45
`Trainer.fit` stopped: `max_epochs=2` reached.