qweasdd / manga-colorization

22 stars 7 forks source link

ERROR: No matching distribution found for opencv-python==4.1.2.30 #2

Closed My12123 closed 11 months ago

My12123 commented 1 year ago

2023-04-10_14-05-41

Keiser04 commented 11 months ago

use the 4.8 somthing

My12123 commented 11 months ago

Thanks for the advice, but I won't be able to test its operability ability.

Keiser04 commented 11 months ago

is that the big problem is in the training. you train there is a problem with the file dataset.py which is supposed to create the files in bw but it does not and the training does not go. if you solved that tell me how pls.

My12123 commented 11 months ago

@Keiser04 It worked for me, but now I can't reproduce it, I had an error with

Traceback (most recent call last):
  File "train.py", line 294, in <module>
    torch.save(colorizer.generator.state_dict(),str(whatever_for_a_checkpoint_filename))
NameError: name 'whatever_for_a_checkpoint_filename' is not defined

Add folders to the dataset 2023-10-24_16-13-47 If it works, can you share the version?

Keiser04 commented 11 months ago

@My12123 what is eval?