datalad-handbook/docs/usecases/_examples/ml-116
Adina Wagner 5235189002 rebuild most advanced sections and usecases
The DVC section currently fails due to a DVC issue
(refuses to find an installed shared library file)
and the FSL neuroimaging usecase picked a fight with
FSL that looked like an environment issue.
I postponed troubleshooting them.
2022-12-15 16:07:38 +01:00

17 lines
634 B
Text

$ datalad containers-run -n software \
-m "Evaluate SGD classifier on test data" \
--input 'data/raw/val/n03445777' \
--input 'data/raw/val/n03888257' \
--output 'accuracy.json' \
"python3 code/evaluate.py"
[INFO] Making sure inputs are available (this may take some time)
[INFO] == Command start (output follows) =====
[INFO] == Command exit (modification check follows) =====
{'accuracy': 0.7363751584283904}
run(ok): /home/me/usecases/ml-project (dataset) [singularity exec -B /home/me/usecases/ml...]
save(ok): . (dataset)
action summary:
add (ok: 2)
get (notneeded: 4)
run (ok: 1)
save (notneeded: 1, ok: 1)