Maxim.sui
Results
2
comments of
Maxim.sui
i got AttributeError: module 'tensorflow.python.ops.summary_op_util' has no attribute 'skip_summary'
## How to fix it Open file lib/ops.py **Add import line** `from tensorflow.python.distribute.summary_op_util import skip_summary` and change **line 507** `if summary_op_util.skip_summary()` to `if skip_summary()`