You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Download and extract dataset
mlcube run --task=download -Pdocker.build_strategy=always
# Create baselines submission (skip this if you have already done so, or you want to evaluate your submissions only)
mlcube run --task=create_baselines -Pdocker.build_strategy=always
# Run evaluation
mlcube run --task=evaluate -Pdocker.build_strategy=always
# Run plotter
mlcube run --task=plot -Pdocker.build_strategy=always
Execute all tasks with MLCube
mlcube run --task=download,create_baselines,main,plot -Pdocker.build_strategy=always