vlomonaco / ar1-pytorch

AR1* with Latent Replay, implemented in PyTorch
https://arxiv.org/abs/1912.01100
Other
31 stars 9 forks source link

Batch Renormalization fixes #1

Closed ggraffieti closed 4 years ago

ggraffieti commented 4 years ago

NB: the file ar_free_lat_replay.py is not changed, even if the diff tool signal that every line is changed. This is because you used CRLF for new line (default on windows) while I used LF (default on linux). I was able to set git in order to not track newline difference as actual difference in the files, but I don't know why I cannot force it on ar_free_lat_replay.py. My bad, accept as is, I checked and it's not different from your file.