Skip to content

Commit

Permalink
Update generate_tfrecord.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jackman815 committed Aug 12, 2021
1 parent 1833c01 commit ef0d566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate_tfrecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import pandas as pd
import tensorflow as tf
import sys
import absl

sys.path.append("../../models/research")

Expand Down Expand Up @@ -131,4 +132,4 @@ def main(_):


if __name__ == "__main__":
tf.app.run()
absl.run()

0 comments on commit ef0d566

Please sign in to comment.