Skip to content

Implicit fixed size#107

Open
ccurro wants to merge 15 commits intomasterfrom
implicit-fixed-size
Open

Implicit fixed size#107
ccurro wants to merge 15 commits intomasterfrom
implicit-fixed-size

Conversation

@ccurro
Copy link
Copy Markdown
Owner

@ccurro ccurro commented Apr 2, 2019

  • Implicit
  • Shared mapping
  • Mapping shrunk learning rate
  • rsqrt in adain
  • pooling in disc
  • random walk on n sphere

Comment thread sandbox/chris-gan/implicit_style_fixed_samples/FixedSizeFontData.py
Comment thread sandbox/chris-gan/implicit_style_fixed_samples/discriminator.py
return tap


class Discriminator(nn.Module):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the discriminator now in a separate module?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I felt like breaking it out of the main as i made it more complicated


for layer in self.layers:
a = F.elu(a)
a = F.leaky_relu(layer(a), 0.2)
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Womp, I forgot to forward through the layer in this loop, so things were just being repeatedly activated, and it wasn't actually an mlp.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big womp

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.

2 participants