ericwtlin
ericwtlin
python binlog2sql/binlog2sql.py xxxxxxxxxxx --start-file='mysqld.000006' --start-datetime='2018-06-24 13:30:00' --start-position=170802294 -B >callback_script.sql 报错:(代码已更新至目前——20180624 14:16时的master版本) Traceback (most recent call last): File "binlog2sql/binlog2sql.py", line 150, in binlog2sql.process_binlog() File "binlog2sql/binlog2sql.py", line 121, in process_binlog self.print_rollback_sql(filename=tmp_file) File...
Hi, when I run run_classifier.py with use_bfloat16=True, I met the followint exception: File "/home/wutlin/anaconda3/envs/py27/lib/python2.7/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1112, in _call_model_fn model_fn_results = self._model_fn(features=features, **kwargs) File "run_classifier.py", line 626, in model_fn FLAGS, features,...