James Betker
|
cb045121b3
|
Expose srflow rrdb
|
2020-11-24 13:20:20 -07:00 |
|
James Betker
|
f6098155cd
|
Mods to tecogan to allow use of embeddings as input
|
2020-11-24 09:24:02 -07:00 |
|
James Betker
|
b10bcf6436
|
Rework stylegan_for_sr to incorporate structure as an adain block
|
2020-11-23 11:31:11 -07:00 |
|
James Betker
|
5ccdbcefe3
|
srflow_orig integration
|
2020-11-19 23:47:24 -07:00 |
|
James Betker
|
5c10264538
|
Remove pyramid_disc hard dependencies
|
2020-11-17 18:34:11 -07:00 |
|
James Betker
|
6b679e2b51
|
Make grad_penalty available to classical discs
|
2020-11-17 18:31:40 -07:00 |
|
James Betker
|
8a19c9ae15
|
Add additive mode to rrdb
|
2020-11-16 20:45:09 -07:00 |
|
James Betker
|
e587d549f7
|
Fix circular imports
|
2020-11-15 11:32:35 -07:00 |
|
James Betker
|
5cade6b874
|
Move stylegan2 around, bring in unet
|
2020-11-14 22:04:48 -07:00 |
|
James Betker
|
423ee7cb90
|
Allow attention to be specified for stylegan2
|
2020-11-14 09:29:53 -07:00 |
|
James Betker
|
f406a5dd4c
|
Mods to support stylegan2 in SR mode
|
2020-11-13 20:11:50 -07:00 |
|
James Betker
|
2d3449d7a5
|
stylegan2 in ml art school!
|
2020-11-12 15:42:05 -07:00 |
|
James Betker
|
b4136d766a
|
Back to pyramids, no rrdb
|
2020-11-11 13:40:24 -07:00 |
|
James Betker
|
42a97de756
|
Convert PyramidRRDBDisc to RRDBDisc
Had numeric stability issues. This probably makes more sense anyways.
|
2020-11-11 12:14:14 -07:00 |
|
James Betker
|
72762f200c
|
PyramidRRDB net
|
2020-11-11 11:25:49 -07:00 |
|
James Betker
|
a1760f8969
|
Adapt srg2 for video
|
2020-11-10 16:16:41 -07:00 |
|
James Betker
|
6a2fd5f7d0
|
Lots of new discriminator nets
|
2020-11-10 16:06:54 -07:00 |
|
James Betker
|
9e2c96ad5d
|
More latent work
|
2020-11-07 20:38:56 -07:00 |
|
James Betker
|
0cf52ef52c
|
latent work
|
2020-11-06 20:38:23 -07:00 |
|
James Betker
|
fd6cdba88f
|
RRDB with latent
|
2020-11-05 10:04:17 -07:00 |
|
James Betker
|
df47d6cbbb
|
More work in support of training flow networks in tandem with generators
|
2020-11-04 18:07:48 -07:00 |
|
James Betker
|
dcfe994fee
|
Add standalone srg2_classic
Trying to investigate how I was so misguided. I *thought* srg2 was considerably
better than RRDB in performance but am not actually seeing that.
|
2020-10-31 20:55:34 -06:00 |
|
James Betker
|
7303d8c932
|
Add psnr approximator
|
2020-10-31 11:08:55 -06:00 |
|
James Betker
|
7d38381d46
|
Add scaling to rrdb
|
2020-10-29 09:48:10 -06:00 |
|
James Betker
|
607ff3c67c
|
RRDB with bypass
|
2020-10-29 09:39:45 -06:00 |
|
James Betker
|
9848f4c6cb
|
Add teco_resgen
|
2020-10-27 20:59:55 -06:00 |
|
James Betker
|
8202ee72b9
|
Re-add original SPSR_arch
|
2020-10-27 11:00:38 -06:00 |
|
James Betker
|
231137ab0a
|
Revert RRDB back to original model
|
2020-10-27 10:25:31 -06:00 |
|
James Betker
|
9c3d059ef0
|
Updates to be able to train flownet2 in ExtensibleTrainer
Only supports basic losses for now, though.
|
2020-10-24 11:56:39 -06:00 |
|
James Betker
|
1dbcbfbac8
|
Restore ChainedEmbeddingGenWithStructure
Still using this guy, after all
|
2020-10-24 11:54:52 -06:00 |
|
James Betker
|
7a75d10784
|
Arch cleanup
|
2020-10-23 09:35:33 -06:00 |
|
James Betker
|
646d6a621a
|
Support 4x zoom on ChainedEmbeddingGen
|
2020-10-23 09:25:58 -06:00 |
|
James Betker
|
1ef559d7ca
|
Add a ChainedEmbeddingGen which can be simueltaneously used with multiple training paradigms
|
2020-10-21 22:21:51 -06:00 |
|
James Betker
|
dca5cddb3b
|
Add bypass to ChainedEmbeddingGen
|
2020-10-21 11:07:45 -06:00 |
|
James Betker
|
7df378a944
|
Remove separated vgg discriminator
Checkpointing happens inline instead. Was a dumb idea..
Also fixes some loss reporting issues.
|
2020-10-18 12:10:24 -06:00 |
|
James Betker
|
6a0d5f4813
|
Add a checkpointable discriminator
|
2020-10-18 09:57:47 -06:00 |
|
James Betker
|
9ead2c0a08
|
Multiscale training in!
|
2020-10-17 22:54:12 -06:00 |
|
James Betker
|
c1c9c5681f
|
Swap recurrence
|
2020-10-17 08:40:28 -06:00 |
|
James Betker
|
cf8118a85b
|
Allow recurrence to specified for chainedgen
|
2020-10-17 08:32:29 -06:00 |
|
James Betker
|
d856378b2e
|
Add ChainedGenWithStructure
|
2020-10-16 20:44:36 -06:00 |
|
James Betker
|
617d97e19d
|
Add ChainedEmbeddingGen
|
2020-10-15 23:18:08 -06:00 |
|
James Betker
|
6f8705e8cb
|
SSGSimpler network
|
2020-10-15 17:18:44 -06:00 |
|
James Betker
|
920865defb
|
Arch work
|
2020-10-15 10:13:06 -06:00 |
|
James Betker
|
1f20d59c31
|
Revert big switch back
|
2020-10-14 11:03:34 -06:00 |
|
James Betker
|
17d78195ee
|
Mods to SRG to support returning switch logits
|
2020-10-13 20:46:37 -06:00 |
|
James Betker
|
9a5d6162e9
|
Add the "BigSwitch"
|
2020-10-13 10:11:10 -06:00 |
|
James Betker
|
597b6e92d6
|
Add ssgr1 recurrence
|
2020-10-12 17:18:19 -06:00 |
|
James Betker
|
3409d88a1c
|
Add PANet arch
|
2020-10-12 10:20:55 -06:00 |
|
James Betker
|
e785029936
|
Mods needed to support SPSR archs with teco gan
|
2020-10-10 22:39:55 -06:00 |
|
James Betker
|
58d8bf8f69
|
Add network architecture built for teco
|
2020-10-09 08:40:14 -06:00 |
|