https://github.com/samet-akcay/ganomaly
Revision f73d2184e13041621b6a14503a7fd4414f29e2b0 authored by akczay on 16 August 2018, 15:38:18 UTC, committed by akczay on 16 August 2018, 15:38:18 UTC
1 parent 0a5f738
Raw File
Tip revision: f73d2184e13041621b6a14503a7fd4414f29e2b0 authored by akczay on 16 August 2018, 15:38:18 UTC
Added f1-score evaluation metric
Tip revision: f73d218
.gitignore
##
#DIRECTORIES
data/*
!data/sample
output/
*.pth
samples/
runs
projector/
__pycache__/
*.pylintrc

.vscode/
.idea/
.ganomaly/


lib/data/__pycache__/
lib/loss/__pycache__/
lib/models/__pycache__/
lib/visualize/__pycache__
lib/__pycache__/

options/__pycache__/
utils/__pycache__/
back to top