Results 21 comments of test

File "main.py", line 149, in train tv.utils.save_image(fix_fake_imgs.data[:64], '%s/%s.png' % (opt.save_path, epoch), normalize=True, range=(-1, 1)) UnboundLocalError: local variable 'fix_fake_imgs' referenced before assignment为什么会显示这种错误的?

Yeah, I just want to train OCR alone. There's no training code. Yolo's training code is official, and his training code is modified. @danishansari

Do you have training code? Or do you know how to train? @danishansari

Can you share your code? @danishansari

That's fine. Thank you!

ok @danishansari

Thanks very much @sergiomsilva

Sorry,I'm also trying. @Tomhouxin

You need to put the txt file and the picture in the same directory for training. @heuDavidJia

What do you think is wrong with the data? It's okay for me to use the author's network to train the model, and I only used 1,000 pictures to train,...