line code starts with ./bin/
bob/bio/base/script/grid_search.py line 307
f.write('bin/verify.py ')
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Maintainer
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#L328Maybe, 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 withjman ls -l
(AFAIR). Finally, theExperiment.info
file in the score directory will contain the complete setup of the experiment.@all Is anyone using this feature anyways?
- Owner
not me!
- Manuel Günther mentioned in commit 508293fc
mentioned in commit 508293fc
- Manuel Günther mentioned in merge request !105 (merged)
mentioned in merge request !105 (merged)
- Amir MOHAMMADI closed via commit 108937c2
closed via commit 108937c2
- Amir MOHAMMADI closed via merge request !105 (merged)
closed via merge request !105 (merged)
- Manuel Günther closed via commit 508293fc
closed via commit 508293fc
- Amir MOHAMMADI mentioned in commit 108937c2
mentioned in commit 108937c2