Skip to content

Commit 686d6f0

Browse files
authored
fix keras extension in integ test (#4834)
1 parent 9ede83e commit 686d6f0

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)