Skip to content

Commit

Permalink
Update early_stopping.py
Browse files Browse the repository at this point in the history
解决代码冲突引发的异常
  • Loading branch information
chengaofei authored Sep 5, 2024
1 parent 1773f8f commit 2bad4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy_rec/python/compat/early_stopping.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
import os
import threading
import time
from distutils.version import LooseVersion

import tensorflow as tf
from distutils.version import LooseVersion
from tensorflow.python.framework import dtypes
from tensorflow.python.framework import ops
from tensorflow.python.ops import init_ops
Expand Down

0 comments on commit 2bad4c8

Please sign in to comment.