Commit e7b21bf
absl_app.run() fails without including
After the change (https://github.com/tensorflow/models/pull/6846/files#diff-965780bf33f2aeca41a33f8eba197c79) I receive the following error:
File "./models/official/mnist/mnist_tpu.py", line 202, in <module>
absl_app.run()
TypeError: run() missing 1 required positional argument: 'main'
I added main as an argument and it seems to be working fine now.main as an argument (tensorflow#6940)1 parent 69e2e3f commit e7b21bf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
0 commit comments