pre torch.compile -chkpoint made

This commit is contained in:
2026-06-16 10:40:38 -05:00
parent 34855eff55
commit 6650d3c5ea
19 changed files with 2519 additions and 0 deletions

33
logs/species_training.log Normal file

File diff suppressed because one or more lines are too long

37
logs/training_log.json Normal file
View File

@@ -0,0 +1,37 @@
[
{
"train_loss": 5.172005830989476,
"val_loss": 4.916834101469621,
"val_species_acc": 0.2015638389945044,
"stage": "species_warmup",
"epoch": 0
},
{
"train_loss": 5.054380055033749,
"val_loss": 4.880044144132863,
"val_species_acc": 0.2087307238084681,
"stage": "species_warmup",
"epoch": 1
},
{
"train_loss": 5.039230073741956,
"val_loss": 4.862851754478786,
"val_species_acc": 0.21087951021313062,
"stage": "species_warmup",
"epoch": 2
},
{
"train_loss": 5.033712423401,
"val_loss": 4.860296101155488,
"val_species_acc": 0.20983496126641968,
"stage": "species_warmup",
"epoch": 3
},
{
"train_loss": 5.031291038826409,
"val_loss": 4.855738523732061,
"val_species_acc": 0.2122480825065764,
"stage": "species_warmup",
"epoch": 4
}
]