ghimiredhikura / Complex-YOLOv3

PyTorch implementation of Complex-YOLO paper with YoloV3
GNU General Public License v3.0
191 stars 69 forks source link

RuntimeError for train.py file #66

Open HripsimeS opened 2 years ago

HripsimeS commented 2 years ago

@saqibmobin @ghimiredhikura Hello!

I downloaded the KITTI dataset and managed dataset directory structure following your instruction to run a new training. But while I run a train.py file it gives following RuntimError, please find the screenshot below RuntimeError: v1.summary.FileWriter is not compatible with eager execution. Use tf.summary.create_file_writer,or a with v1.Graph().as_default(): context

Do you have an idea what is the issue and how to fix it? Thanks a lot in advance!

yolo3

Chenswn commented 8 months ago

May I ask if you have resolved it?I also encountered the same problem...