https://github.com/samet-akcay/ganomaly
Revision 584a736035c09a80934e1f7566ed8453f0aba3f3 authored by Samet Akcay on 12 August 2019, 09:15:42 UTC, committed by Samet Akcay on 12 August 2019, 09:15:42 UTC
1 parent 26305aa
Raw File
Tip revision: 584a736035c09a80934e1f7566ed8453f0aba3f3 authored by Samet Akcay on 12 August 2019, 09:15:42 UTC
Updated README.md
Tip revision: 584a736
.gitignore
##
#DIRECTORIES
data/*
!data/sample
output/
*.pth
samples/
runs
projector/
__pycache__/
*.pylintrc

.vscode/
.idea/
.ganomaly/
.ipynb_checkpoints

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

options/__pycache__/
utils/__pycache__/
back to top