Skip to content

Discriminator training in tutorial doesn't improve #25

@bkolligs

Description

@bkolligs

Hello!
I'm trying to follow the tutorial for a single object and seeing the following results:
The generator trained well for 1000 epochs on 1 GPU, reaching a final error_trans_l2 value of 0.06695060431957245.
However, when I tried to train the discriminator, the metrics described in the tutorial that are supposed to improve did not:

Validation AP

# Step, metric, value
65, valid/metric/noise/ap, 0.5208368301391602
...
5265, valid/metric/noise/ap, 0.5173702836036682

BCE TopK Loss

It stays around this 0.69 value for the whole training run.

# Step, metric, value
1, train/loss/bce_topk, 0.7208134531974792
...
 6175, train/loss/bce_topk, 0.6932986378669739

Any thoughts on the issue here? I'm training on an A100 80GB.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions