Skip to content

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.

1 participant