You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've turned DeepLPF into device-agnostic code, to run on "cpu" (I'm on M1 mac and "mps" is still unreliable). I've been successful in testing images based on your existing checkpoints, however am getting strange results when training on my own data, and I can't figure out what would be giving this "look". I've followed the training data image prep as per your readme file.
input:
groundtruth:
test:
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi, thank you for your interest in DeepLPF. My suggestion is to check how you are loading and pre-processing the images for ingestion into DeepLPF. Make sure that the dynamic range is catered for appropriately i.e if 8-bit input images, then you normalise the input by 2^8-1 etc. Check what library you are using to load and how that library works with the image format you are loading, there can be surprises there, depending on the image library and format (e.g. tif). When you do find the issue and solution, please post back here so others can learn from it. Thank you!
My issue was that I had assumed there was a torch.load within the training block for starting training from checkpoint, so my results were just from insufficiently trained parameters. I added this and have much better results now. Thanks again!
Hey **Sean, totally am inspired by your work.
I've turned DeepLPF into device-agnostic code, to run on "cpu" (I'm on M1 mac and "mps" is still unreliable). I've been successful in testing images based on your existing checkpoints, however am getting strange results when training on my own data, and I can't figure out what would be giving this "look". I've followed the training data image prep as per your readme file.
input:
groundtruth:
test:
Any suggestions?
The text was updated successfully, but these errors were encountered: