https://github.com/samet-akcay/ganomaly
Revision f8dfccef2ccd445f998c0a6bf5d425f63bb0d4fc authored by samet-akcay on 18 June 2018, 21:33:06 UTC, committed by GitHub on 18 June 2018, 21:33:06 UTC
1 parent fd6785f
Raw File
Tip revision: f8dfccef2ccd445f998c0a6bf5d425f63bb0d4fc authored by samet-akcay on 18 June 2018, 21:33:06 UTC
Update README.md
Tip revision: f8dfcce
.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