consistency_models
consistency_models copied to clipboard
Fix bug when mixed precision training is set to off by use_fp16 == false
- The original code in train_utils.py only supports for fp16 precision.
- target_model_master_params will be set as list(target_model.parameters()) if use_fp16 == false.