Skip to content

Commit 62b2596

Browse files
Merge branch 'master' into master
2 parents 149267a + 686d6f0 commit 62b2596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/tensorflow_mnist/mnist_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def main(args):
198198

199199
if args.current_host == args.hosts[0]:
200200
ckpt_manager.save()
201-
net.save("/opt/ml/model/1")
201+
net.save("/opt/ml/model/1.keras")
202202

203203

204204
if __name__ == "__main__":

0 commit comments

Comments
 (0)