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

Commits on Feb 1, 2023

  1. Conditionally set he image data format to channels_last

    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 authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    11aca4c View commit details
    Browse the repository at this point in the history