No description
- Python 100%
| src | ||
| .gitignore | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
Womb-Wise: Quick Start Guide
1. Install dependencies
uv sync
2. Run Hyperparameter Tuning (Hybrid Strategy: Native & 10 FPS)
uv run src/tune.py --trials 50 --jobs 4
3. Run Final Optimized Experiments
uv run src/run_optimized.py
4. Generate Visualizations
Plots are saved to output/plots/
uv run src/visualization/plotter.py
5 run model with default parameters
uv run src/main.py --clean
what is going to run in the experiment is defined in the file:
./src/experiments/registry.py
So, if you want different customization go edit that file :)