Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated test.py filename saving scheme to 'Filename_Modelused_Iteration' #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Dilapidated
Copy link

@Dilapidated Dilapidated commented Jan 10, 2019

Noticed some issues with overwriting images by mistake and getting results mixed up from running tests on lots of models. This should assist with these small issues.

Stopped test.py from overwriting images when saving if using the same image file name, iteration support if the same file name is used given at the end of the file name, the model used for the upscale is now included within the file name to avoid confusion and ease of use.

It will now save as 'Filename_Modelused_Iteration'

If you decide to add this don't forget to change device = torch.device('cpu') back to device = torch.device('cuda') as the standard preset option. (I'm using AMD)

Stopped test.py from overwriting images when saving if using the same image file name, iteration support if the same file name is used given at the end of the file name, the model used for the upscale is now included within the file name to avoid confusion and ease of use.
@Dilapidated Dilapidated changed the title Updated test.py Updated test.py filename saving scheme to 'Filename_Modelused_Iteration' Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant