-
- Downloads
Bug fix: set the overall loss when not using a compression scheduler
If compression_scheduler==None, then we need to set the value of losses[OVERALL_LOSS_KEY] (so it is the same as losses[OBJECTIVE_LOSS_KEY]). This was overlooked.
Please register or sign in to comment