Open w3aryb0arpig opened 5 years ago
when i test the pretrained model i have a problem with preprocess_image and depreprocess_image how i can delete this function to have a RGB image without preprocess or depreprocess
cp scripts/* . (in deblur-gan, i.e., root file), to copy the files from scripts/ to the root directory. That fixes. Well, the training process is extremely slow with 2 NVIDIA Tesla K80s.
cp scripts/* . (in deblur-gan, i.e., root file), to copy the files from scripts/ to the root directory. That fixes. Well, the training process is extremely slow with 2 NVIDIA Tesla K80s.
@ChristianoPenaldo Can you explain the work around a bit more clearly ?
I fixed this with:
$ PYTHONPATH=. python3 scripts/train.py --n_images=512 --batch_size=16 --log_dir logs
@jpds you are train, not deblur_image
When calling 'scripts/deblur_image.py', I receive the below:-