Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threading Issue #17

Open
yuchenweng-private opened this issue Jun 10, 2023 · 0 comments
Open

Threading Issue #17

yuchenweng-private opened this issue Jun 10, 2023 · 0 comments

Comments

@yuchenweng-private
Copy link

I got an error report:
Exception in thread Thread-4:
Traceback (most recent call last):
File "I:\anaconda3\envs\RAMNET\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\summary\writer\event_file_writer.py", line 233, in run
self._record_writer.write(data)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\summary\writer\record_writer.py", line 40, in write
self._writer.write(header + header_crc + data + footer_crc)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 761, in write
self.fs.write(self.filename, file_content, self.binary_mode)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 150, in write
self._write(filename, file_content, "wb" if binary_mode else "w")
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 164, in _write
with io.open(filename, mode, encoding=encoding) as f:
FileNotFoundError: [Errno 2] No such file or directory: b'I:\PHD_study\Projects\RAMnet\data\trained_model_test\ergb2depth\e2depth_si_grad_loss_statenet_skip_conv_convgru_every5rgbframes_imageevents4loss_LR0003_S5_100_scale1_clip80_regf3_2\tensorboard/losses_L_grad\events.out.tfevents.1686365193.PC-20230210LQFF.17980.3'

Exception in thread Thread-5:
Traceback (most recent call last):
File "I:\anaconda3\envs\RAMNET\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\summary\writer\event_file_writer.py", line 233, in run
self._record_writer.write(data)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\summary\writer\record_writer.py", line 40, in write
self._writer.write(header + header_crc + data + footer_crc)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 761, in write
self.fs.write(self.filename, file_content, self.binary_mode)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 150, in write
self._write(filename, file_content, "wb" if binary_mode else "w")
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 164, in _write
with io.open(filename, mode, encoding=encoding) as f:
FileNotFoundError: [Errno 2] No such file or directory: b'I:\PHD_study\Projects\RAMnet\data\trained_model_test\ergb2depth\e2depth_si_grad_loss_statenet_skip_conv_convgru_every5rgbframes_imageevents4loss_LR0003_S5_100_scale1_clip80_regf3_2\tensorboard/val_losses_loss\events.out.tfevents.1686365193.PC-20230210LQFF.17980.4'

Exception in thread Thread-6:
Traceback (most recent call last):
File "I:\anaconda3\envs\RAMNET\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\summary\writer\event_file_writer.py", line 233, in run
self._record_writer.write(data)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\summary\writer\record_writer.py", line 40, in write
self._writer.write(header + header_crc + data + footer_crc)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 761, in write
self.fs.write(self.filename, file_content, self.binary_mode)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 150, in write
self._write(filename, file_content, "wb" if binary_mode else "w")
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 164, in _write
with io.open(filename, mode, encoding=encoding) as f:
FileNotFoundError: [Errno 2] No such file or directory: b'I:\PHD_study\Projects\RAMnet\data\trained_model_test\ergb2depth\e2depth_si_grad_loss_statenet_skip_conv_convgru_every5rgbframes_imageevents4loss_LR0003_S5_100_scale1_clip80_regf3_2\tensorboard/val_losses_L_si\events.out.tfevents.1686365193.PC-20230210LQFF.17980.5'

Exception in thread Thread-7:
Traceback (most recent call last):
File "I:\anaconda3\envs\RAMNET\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\summary\writer\event_file_writer.py", line 233, in run
self._record_writer.write(data)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\summary\writer\record_writer.py", line 40, in write
self._writer.write(header + header_crc + data + footer_crc)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 761, in write
self.fs.write(self.filename, file_content, self.binary_mode)
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 150, in write
self._write(filename, file_content, "wb" if binary_mode else "w")
File "I:\anaconda3\envs\RAMNET\lib\site-packages\tensorboard\compat\tensorflow_stub\io\gfile.py", line 164, in _write
with io.open(filename, mode, encoding=encoding) as f:
FileNotFoundError: [Errno 2] No such file or directory: b'I:\PHD_study\Projects\RAMnet\data\trained_model_test\ergb2depth\e2depth_si_grad_loss_statenet_skip_conv_convgru_every5rgbframes_imageevents4loss_LR0003_S5_100_scale1_clip80_regf3_2\tensorboard/val_losses_L_grad\events.out.tfevents.1686365193.PC-20230210LQFF.17980.6'

It confuses me, is that something wrong with tensorboard?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant