https://github.com/samet-akcay/ganomaly
Revision 0a1aa1bc003f8097c741b8b3bc7f4a8e3eb8d471 authored by samet-akcay on 07 February 2019, 12:04:20 UTC, committed by GitHub on 07 February 2019, 12:04:20 UTC
1 parent 062d256
Raw File
Tip revision: 0a1aa1bc003f8097c741b8b3bc7f4a8e3eb8d471 authored by samet-akcay on 07 February 2019, 12:04:20 UTC
Update README.md
Tip revision: 0a1aa1b
.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