Include the final model weights and config

This commit is contained in:
Paul Corbalan 2024-01-23 19:08:48 +01:00
parent b0231c2fba
commit 33e5fa410d
5 changed files with 16 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
samples/generator_config.json filter=lfs diff=lfs merge=lfs -text
samples/netD_epoch_2384.pth filter=lfs diff=lfs merge=lfs -text
samples/netG_epoch_2384.pth filter=lfs diff=lfs merge=lfs -text

4
.gitignore vendored
View File

@ -1,6 +1,10 @@
# 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
# Ignore pycaches
**/__pycache__/**

BIN
samples/generator_config.json (Stored with Git LFS) Normal file

Binary file not shown.

BIN
samples/netD_epoch_2384.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
samples/netG_epoch_2384.pth (Stored with Git LFS) Normal file

Binary file not shown.