https://github.com/samet-akcay/ganomaly
Raw File
Tip revision: 78da4ea9a99f5b02ab60dd651a18def929176d77 authored by Samet Akcay on 06 February 2022, 21:11:17 UTC
Update README.md
Tip revision: 78da4ea
.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