Commit d5b040f1 authored by Guillermo Rodríguez Cano's avatar Guillermo Rodríguez Cano
Browse files

Fix path to movielens helper file

parent 4fa82ae1
...@@ -37,7 +37,7 @@ else ...@@ -37,7 +37,7 @@ else
fi fi
DATA_DIR="${ROOT_DIR}/movielens_data" DATA_DIR="${ROOT_DIR}/movielens_data"
python "${SCRIPT_DIR}/../datasets/movielens.py" --data_dir ${DATA_DIR} --dataset ${DATASET} python "${SCRIPT_DIR}/movielens.py" --data_dir ${DATA_DIR} --dataset ${DATASET}
if [ "$1" == "keras" ] if [ "$1" == "keras" ]
then then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment