1
Fork 0

feat(hpc): tensorboard analysis

This commit is contained in:
Tibo De Peuter 2026-04-05 06:57:15 +02:00
parent 059ac681ec
commit 75fd385a88
6 changed files with 180 additions and 4 deletions

View file

@ -28,7 +28,10 @@ dependencies = [
[project.optional-dependencies]
cuda = [
"jax[cuda12]==0.9.0.1",
"jax[cuda13]==0.9.0.1",
]
analysis = [
"tensorboard",
]
[dependency-groups]