recursionaut commited on
Commit
91b82f2
·
verified ·
1 Parent(s): e9413ca

Upload model

Browse files
Files changed (1) hide show
  1. config.json +17 -2
config.json CHANGED
@@ -54,13 +54,28 @@
54
  "_target_": "torch.nn.MSELoss",
55
  "reduction": "none"
56
  },
57
- "lr_scheduler": null,
 
 
 
 
 
 
58
  "mask_fourier_loss": true,
59
  "mask_ratio": 0.75,
60
  "model_type": "MAE",
61
  "norm_pix_loss": false,
62
  "num_blocks_to_freeze": 0,
63
- "optimizer": null,
 
 
 
 
 
 
 
 
 
64
  "torch_dtype": "float32",
65
  "transformers_version": "4.45.2",
66
  "trim_encoder_blocks": null,
 
54
  "_target_": "torch.nn.MSELoss",
55
  "reduction": "none"
56
  },
57
+ "lr_scheduler": {
58
+ "_partial_": true,
59
+ "_target_": "torch.optim.lr_scheduler.OneCycleLR",
60
+ "anneal_strategy": "cos",
61
+ "max_lr": 0.0001,
62
+ "pct_start": 0.1
63
+ },
64
  "mask_fourier_loss": true,
65
  "mask_ratio": 0.75,
66
  "model_type": "MAE",
67
  "norm_pix_loss": false,
68
  "num_blocks_to_freeze": 0,
69
+ "optimizer": {
70
+ "_partial_": true,
71
+ "_target_": "timm.optim.lion.Lion",
72
+ "betas": [
73
+ 0.9,
74
+ 0.95
75
+ ],
76
+ "lr": 0.0001,
77
+ "weight_decay": 0.05
78
+ },
79
  "torch_dtype": "float32",
80
  "transformers_version": "4.45.2",
81
  "trim_encoder_blocks": null,