-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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.6932986378669739Any thoughts on the issue here? I'm training on an A100 80GB.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels