Closed lzlzlizi closed 3 years ago
Hi,
it's turned off during validation for performance reasons. During training it's active.
If you want to make sure it's working, you could change one of the configurations and set loss_cycle_cons: 0 near the top of the file, then check how the performance changes.
Oh, that's right. I didn't notice it's in the eval part. Thanks!
Since the latest update CMC will work correctly both on training and validation.
Describe the bug Hi, it seems in trainer, the CMC loss is not working.