wasserstein-gan/.gitignore

11 lines
222 B
Plaintext
Raw Normal View History

2023-12-16 11:36:36 +00:00
# Ignore data and samples files
data/**
samples/**
# Include the final model weights and config
!samples/generator_config.json
!samples/netD_epoch_2384.pth
!samples/netG_epoch_2384.pth
2023-12-16 11:36:36 +00:00
# Ignore pycaches
**/__pycache__/**