model setup

Perform the initial setup for the project

usage: model setup [-h] [-p str] [-link] str

Positional Arguments

str

The path to the root directory where the experiments, etc. will be stored

Named Arguments

-p, --projectname

The name of the project that shall be initialized at root_dir. A new directory will be created namely root_dir + '/' + projectname

-link

If set, the source files are linked to the original ones instead of copied

Default: False