Rubics-Xuan / TransBTS

This repo provides the official code for : 1) TransBTS: Multimodal Brain Tumor Segmentation Using Transformer (https://arxiv.org/abs/2103.04430) , accepted by MICCAI2021. 2) TransBTSV2: Towards Better and More Efficient Volumetric Segmentation of Medical Images(https://arxiv.org/abs/2201.12785).
Apache License 2.0
388 stars 81 forks source link

Log error #19

Closed kiransrdr closed 3 years ago

kiransrdr commented 3 years ago

Traceback (most recent call last): File "train.py", line 290, in main_worker() File "train.py", line 114, in main_worker log_args(log_file) File "train.py", line 271, in log_args fh = logging.FileHandler(log_file) File "/usr/lib/python3.7/logging/init.py", line 1087, in init StreamHandler.init(self, self._open()) File "/usr/lib/python3.7/logging/init.py", line 1116, in _open return open(self.baseFilename, self.mode, encoding=self.encoding) FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/Colab Notebooks/Wenxuan_segmentation/log/TransBTS2021-06-26.txt'

Shannia-Shan commented 3 years ago

A "log" folder needs to be created.