Skip to content

Commit

Permalink
fix duplicated key variable str
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-gecheng committed Oct 8, 2024
1 parent af1a873 commit dc053e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easy_rec/python/utils/input_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def np_to_tf_type(np_type):
np.int32: tf.int32,
np.int64: tf.int64,
str: tf.string,
str: tf.string,
np.float: tf.float32,
np.float32: tf.float32,
float: tf.float32,
Expand Down

0 comments on commit dc053e7

Please sign in to comment.