Include the final model weights and config
This commit is contained in:
parent
b0231c2fba
commit
33e5fa410d
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal 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
4
.gitignore
vendored
@ -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__/**
|
||||||
|
BIN
samples/generator_config.json
(Stored with Git LFS)
Normal file
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
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
BIN
samples/netG_epoch_2384.pth
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user