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

ReflectionPadding2D gives error at save #59

Open
wants to merge 9 commits into
base: tensorflow_2
Choose a base branch
from
Open

Conversation

thephet
Copy link

@thephet thephet commented May 12, 2020

Add this at the end of /models/layers/layers.py

def get_config(self):

    config = super().get_config().copy()
    config.update({
        'padding': self.padding,
        'input_spec': self.input_spec,
    })
    return config

joehandzik and others added 8 commits September 26, 2019 09:30
Based on success path from Issue #18, verified on Dockerfile.cpu run using 04_01_gan_camel_train

Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
Fix #30
Fix import error for InstanceNormalization
Update Dockerfiles to include required graphviz packages
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

4 participants