Skip to content

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 <[email protected]>
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.

4 participants