Skip to content

Projects

Tom Troyer edited this page Jul 7, 2021 · 2 revisions

All training sets are organized into projects, located in the "projects/" directory of the application.

UI management of projects

The UI is meant to be helpful in creating, organizing, and running these projects. There's nothing particularly special about the layout or contents, so you can copy, move, and configure them yourself if it would be easier. The UI is meant to simply and streamline the process, providing sane defaults and make setup more straightforward.

Archiving

The UI has an archive function. It moved the selected project from "projects/" to "project/archive/". It's simply meant to be a simple way to prevent a project running during training runs (perhaps it doesn't complete or will take too long), but you don't want to delete it.

Simply move the project back out of the archive directory to make it active again, or you can create a new project using the training data from that folder.

Priority

There is a priority in the config.yaml file of a project. It is not currently exposed to the UI, but it is considered when selecting which project to train. Higher priority trains first, followed by alphabetical order if they are all the same.

Clone this wiki locally