pip install -r requirements.txtBased on platform you might have to follow the PyTorch setup process to enable CUDA support.
Run scripts as modules:
python -m optimization.optimizationUse
python -m optimization.optimizationto run the training loop. Configure run and system params in optimization/optimization.py.
Neptune logging is configured. To use it, set
export NEPTUNE_API_TOKEN="..."in .env.