caffe
caffe copied to clipboard
prevent mkdir to fail in case of existing directory
in case the prepare script is called a second time (e.g. with a different office_dir) mkdir should not complain about the fact that "examples/adaptation/datasets" already exists
added removal of suppression of error messages in examples/adaptation/scripts/prepare_experiments.sh (to make debugging in cases like #2 easier)