Skip to content

Some problems when training on PCN  #4

@leejingbei

Description

@leejingbei
  1. When data goes trough PCN network, it comes out the error 'Out of Memory'. And this error is located at class 'global_network', 'out = out.repeat(1, 1, int(self.image_size / n), int(self.image_size / n))' in PCN.py. Do you mean convert the feature with size [1, 512, 256, 256] to a feature [1, 512, 32, 32] in 'global512' block? Why don't you use upsampling method?

  2. I changed the 'global_network' in PCN.py to let PCN network work and counted the total 'd_loss' and 'g_loss' for each epoch. But 'd_loss' didn't change since iteration 16 and 'g_loss' changed very very tiny. Any idea to fix this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions