Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
32fdb1c2
Commit
32fdb1c2
authored
Sep 20, 2019
by
A. Unique TensorFlower
Browse files
Merge pull request #7586 from wileeam:master
PiperOrigin-RevId: 270317280
parents
a1fca621
d5b040f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/recommendation/run.sh
official/recommendation/run.sh
+1
-1
No files found.
official/recommendation/run.sh
View file @
32fdb1c2
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment