https://github.com/samet-akcay/ganomaly
Revision 63be7f45acde2b61ab5f3e3110010472c7b01122 authored by Samet Akcay on 07 August 2019, 15:38:30 UTC, committed by Samet Akcay on 07 August 2019, 15:38:30 UTC
1. Added BaseModel class.
2. Refactored ganomaly class.
3. Updated the feature matching loss of the generator network.
4. Updated the discriminator loss.
1 parent cd5f78e
Raw File
Tip revision: 63be7f45acde2b61ab5f3e3110010472c7b01122 authored by Samet Akcay on 07 August 2019, 15:38:30 UTC
The following are the modifications made to lib/model.py file.
Tip revision: 63be7f4
requirements.txt
torch>=0.4.0
torchvision>=0.2.1
tqdm>=4.23.4
visdom>=0.1.8.3
back to top