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.
18 lines
636 B
Text
18 lines
636 B
Text
$ cd ml-project
|
|
$ mkdir -p data
|
|
# install the dataset into data/
|
|
$ datalad clone -d . ../imagenette data/raw
|
|
[INFO] Cloning dataset to Dataset(/home/me/usecases/ml-project/data/raw)
|
|
[INFO] Attempting to clone from ../imagenette to /home/me/usecases/ml-project/data/raw
|
|
[INFO] Completed clone attempts for Dataset(/home/me/usecases/ml-project/data/raw)
|
|
[INFO] scanning for annexed files (this may take some time)
|
|
install(ok): data/raw (dataset)
|
|
add(ok): data/raw (file)
|
|
add(ok): .gitmodules (file)
|
|
save(ok): . (dataset)
|
|
add(ok): .gitmodules (file)
|
|
save(ok): . (dataset)
|
|
action summary:
|
|
add (ok: 3)
|
|
install (ok: 1)
|
|
save (ok: 2)
|