You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes unexpected keyword argument learning_rate within RandomNetworkDistillation (#87)
* Removes learning_rate from the dict argument of RandomNetworkDistillation
* Updates contributors
* Uses pop to remove learning_rate rather than using a dict copy
0 commit comments