LBAM_Pytorch icon indicating copy to clipboard operation
LBAM_Pytorch copied to clipboard

Train error

Open XiaoYangon opened this issue 5 years ago • 1 comments

hello,I'm very sorry to disturb you. I use my data to train model, but Training process has a error: Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/python3/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/usr/local/python3/lib/python3.6/site-packages/tensorboardX/event_file_writer.py", line 180, in run self._ev_writer.write_event(event) File "/usr/local/python3/lib/python3.6/site-packages/tensorboardX/event_file_writer.py", line 61, in write_event return self._write_serialized_event(event.SerializeToString()) File "/usr/local/python3/lib/python3.6/site-packages/tensorboardX/event_file_writer.py", line 65, in _write_serialized_event self._py_recordio_writer.write(event_str) File "/usr/local/python3/lib/python3.6/site-packages/tensorboardX/record_writer.py", line 121, in write self._writer.flush() OSError: [Errno 5] Input/output error Do you have the same error?

XiaoYangon avatar Feb 14 '20 01:02 XiaoYangon

hello,I'm very sorry to disturb you. I use my data to train model, but Training process has a error: ModuleNotFoundError: No module named 'tensorboardX.proto.summary_pb2' how to deal this problem?

Carl-BoKai avatar Mar 06 '22 02:03 Carl-BoKai