Include the final model weights and config
This commit is contained in:
parent
b0231c2fba
commit
33e5fa410d
|
@ -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
|
|
@ -1,6 +1,10 @@
|
||||||
# Ignore data and samples files
|
# Ignore data and samples files
|
||||||
data/**
|
data/**
|
||||||
samples/**
|
samples/**
|
||||||
|
# Include the final model weights and config
|
||||||
|
!samples/generator_config.json
|
||||||
|
!samples/netD_epoch_2384.pth
|
||||||
|
!samples/netG_epoch_2384.pth
|
||||||
|
|
||||||
# Ignore pycaches
|
# Ignore pycaches
|
||||||
**/__pycache__/**
|
**/__pycache__/**
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue