wasserstein-gan/.gitignore

16 lines
306 B
Plaintext
Raw Normal View History

2024-01-30 12:22:50 +00:00
# Ignore data files
2023-12-16 11:36:36 +00:00
data/**
2024-01-30 12:22:50 +00:00
# Include the final dataset
!data/predicted_humans.zip
# Ignore samples files
2023-12-16 11:36:36 +00:00
samples/**
# Include the final model weights and config
!samples/generator_config.json
!samples/netD_epoch_2384.pth
!samples/netG_epoch_2384.pth
2024-01-30 12:31:36 +00:00
!samples/out.log
2023-12-16 11:36:36 +00:00
# Ignore pycaches
**/__pycache__/**