Skip to content

Commit 0b7e97e

Browse files
hereismaricaisq
authored andcommitted
Change default artifacts_dir from mnist to imdb (#181)
1 parent ad0baf6 commit 0b7e97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentiment/python/imdb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def main():
251251
parser.add_argument(
252252
'--artifacts_dir',
253253
type=str,
254-
default='/tmp/mnist.keras',
254+
default='/tmp/imdb.keras',
255255
help='Local path for saving the TensorFlow.js artifacts.')
256256

257257
FLAGS, _ = parser.parse_known_args()

0 commit comments

Comments
 (0)