Closed rayrayraykk closed 1 year ago
This is an issue to log bug fixes related to #634.
Known bugs:
trainer.py
get_trainable_para_names
context.py
gaussian_noise
This is an issue to log bug fixes related to #634.
Known bugs:
trainable parameters to be not properly filtered intrainer.py
get_trainable_para_names
are not real trainable param incontext.py
when using global evaluation the track_running_stats won't be updated in the server which will result in bad resultsbad results ingaussian_noise
attackweird loss and bad results in async(caused by model delta: init_model - update, where init_model should filter running_stats.)