Lab 0.6.4-dev
Lab now supports training experiments in nested directories. For example:
lab run experiment1/train_dir1/train.py
Added a .gitignore file that excludes virtual environment from lab projects uploaded to GitHub
Breaking Changes
experiments
is now a standalone module and is not a part of projects
module. A new experiments is now set up as:
from lab.experiment import Experimet