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

255_256_SRGAN - Conditionally set he image data format to channels_last #57

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

Conversation

donatoaz
Copy link

@donatoaz donatoaz commented Feb 1, 2023

On my configuration with versions:

TF version: 2.10.0
Keras version: 2.10.0

I had to make this simple change in order to have this notebook work. Otherwise, creating the VGG19 model would fail indicating that the channel was incorrectly positioned.

I would even argue that perhaps this configuration should not be commented, but I'll leave it to you to decide. Let me know if I should change.

On my configuration with versions:

```
TF version: 2.10.0
Keras version: 2.10.0
```

I had to make this simple change in order to have this notebook work. Otherwise, creating the VGG19 model would fail indicating that the channel was incorrectly positioned.

I would even argue that perhaps this configuration should not be commented, but I'll leave it to you to decide. Let me know if I should change.
@donatoaz donatoaz changed the title Conditionally set he image data format to channels_last 255_256_SRGAN - Conditionally set he image data format to channels_last Feb 1, 2023
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