"src/ptbench/scripts/experiment.py" did not exist on "b6a1b0778a1c250adfdaa320df2500fb857bbf7e"
line code starts with ./bin/
bob/bio/base/script/grid_search.py line 307
f.write('bin/verify.py ')
bob/bio/base/script/grid_search.py line 307
f.write('bin/verify.py ')
Yes, this should be changed. In fact, even writing <path>/verify.py
might be incorrect, as other scripts might be used as well, see: https://gitlab.idiap.ch/bob/bob.bio.base/blob/master/bob/bio/base/script/grid_search.py#L78 and https://gitlab.idiap.ch/bob/bob.bio.base/blob/master/bob/bio/base/script/grid_search.py#L121, which is later used here: https://gitlab.idiap.ch/bob/bob.bio.base/blob/master/bob/bio/base/script/grid_search.py#L328
Maybe, we can completely remove the option of writing the command into files: https://gitlab.idiap.ch/bob/bob.bio.base/blob/master/bob/bio/base/script/grid_search.py#L302
At the end, when using jman
, you can get the correct command line with jman ls -l
(AFAIR). Finally, the Experiment.info
file in the score directory will contain the complete setup of the experiment.
@all Is anyone using this feature anyways?
not me!
mentioned in commit 508293fc
mentioned in merge request !105 (merged)
closed via commit 108937c2
closed via merge request !105 (merged)
closed via commit 508293fc
mentioned in commit 108937c2