A compagnon package to CTLearn that enables to manage models to train, test, monitor and benchmark them.
- Clone the repository:
git clone https://github.com/BastienLacave/CTLearn-Manager.git
cd CTLearn_Manager- Install the conda environment:
mamba env create -f environment.yml
mamba activate ctlearn_manager- Install the project in development mode with all dependencies:
pip install -e ".[all]"
