AbstractPhil commited on
Commit
c8c536a
Β·
verified Β·
1 Parent(s): 95db09d

Update model_and_losses.py

Browse files
Files changed (1) hide show
  1. model_and_losses.py +1 -23
model_and_losses.py CHANGED
@@ -1,29 +1,7 @@
1
  """
2
  GEOMETRIC BASIN CLASSIFIER - CIFAR-100 [PROPER STRUCTURE]
3
  ----------------------------------------------------------
4
- Correct directory structure with selective checkpoint uploads.
5
-
6
- Local structure:
7
- weights/geo-beatrix/{timestamp}/
8
- β”œβ”€β”€ model.pt (best checkpoint)
9
- β”œβ”€β”€ model.safetensors (best checkpoint)
10
- β”œβ”€β”€ config.json
11
- β”œβ”€β”€ training_log.txt
12
- └── checkpoints/
13
- β”œβ”€β”€ checkpoint_epoch_10.pt
14
- β”œβ”€β”€ checkpoint_epoch_10.safetensors
15
- β”œβ”€β”€ checkpoint_epoch_20.pt
16
- └── checkpoint_epoch_20.safetensors
17
-
18
- runs/geo-beatrix/{timestamp}/
19
- β”œβ”€β”€ events.out.tfevents.*
20
- └── metrics.csv
21
-
22
- HuggingFace uploads:
23
- - Best model (always)
24
- - Current epoch checkpoint only (not all accumulated)
25
- - TensorBoard logs
26
- - Metrics CSV
27
 
28
  Author: AbstractPhil + Claude Sonnet 4.5
29
  License: MIT
 
1
  """
2
  GEOMETRIC BASIN CLASSIFIER - CIFAR-100 [PROPER STRUCTURE]
3
  ----------------------------------------------------------
4
+ Meant to replace the need for cross-entropy and produce a more solid form of loss. The experiment was successful.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  Author: AbstractPhil + Claude Sonnet 4.5
7
  License: MIT