Skip to content

beat exp fork command is cumbersome to use

When you fork an experiment in the command line, you have to something like:

$ beat exp fork test/test/iris/1/iris amir/test/iris/1/means

but you can only change the username and name of the experiment when you fork.

When using beat.editor 2.0.0, when I fork an experiment, it only asks for the exp name. Beat.editor somehow decided to put the forked experiment under user amir but I don't know yet how it decided on that.

Shouldn't this command be also similar? Something like:

$ beat exp fork test/test/iris/1/iris means
$ beat exp fork --user amir test/test/iris/1/iris means