From 33e5fa410d585166959864e3dcb4bc5befe94330 Mon Sep 17 00:00:00 2001 From: paul-corbalan Date: Tue, 23 Jan 2024 19:08:48 +0100 Subject: [PATCH] Include the final model weights and config --- .gitattributes | 3 +++ .gitignore | 4 ++++ samples/generator_config.json | 3 +++ samples/netD_epoch_2384.pth | 3 +++ samples/netG_epoch_2384.pth | 3 +++ 5 files changed, 16 insertions(+) create mode 100644 .gitattributes create mode 100644 samples/generator_config.json create mode 100644 samples/netD_epoch_2384.pth create mode 100644 samples/netG_epoch_2384.pth diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..31d9daf --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore index 5d3990c..cd67476 100644 --- a/.gitignore +++ b/.gitignore @@ -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__/** diff --git a/samples/generator_config.json b/samples/generator_config.json new file mode 100644 index 0000000..62f31b4 --- /dev/null +++ b/samples/generator_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49d18f9072f05f3ce3b598ee7d18651f6faa6bd6dbfb0c67ecfd86d0c8661c3 +size 112 diff --git a/samples/netD_epoch_2384.pth b/samples/netD_epoch_2384.pth new file mode 100644 index 0000000..e079f6c --- /dev/null +++ b/samples/netD_epoch_2384.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dea9f357e0d4f7473fab176484949afa0b843d11ab3831321665530b4cb5d89 +size 678396 diff --git a/samples/netG_epoch_2384.pth b/samples/netG_epoch_2384.pth new file mode 100644 index 0000000..b0ce173 --- /dev/null +++ b/samples/netG_epoch_2384.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d89dc4eb032b39bfca0551266f46bbcd7be843ea5374b725e5054c431c2c34 +size 1491477