add: regen.py (main hyperparameter training file)

feat: add utility functions for fiber dataset visualization and hyperparameter training;
housekeeping: rename dataset.py -> datasets.py
This commit is contained in:
Joseph Hopfmüller
2024-11-17 22:22:37 +01:00
parent 05a3ee9394
commit 9ec548757d
6 changed files with 774 additions and 53 deletions

View File

@@ -0,0 +1,3 @@
from .datasets import FiberRegenerationDataset # noqa: F401
from .optuna_vis import show_figures # noqa: F401
from .plot import eye # noqa: F401