kdb icon indicating copy to clipboard operation
kdb copied to clipboard

Next steps to improve SPADE + AdaIN architecture

Open 51N84D opened this issue 5 years ago • 0 comments
trafficstars

We've converged to a SPADE + MUNIT hybrid, but we need some tricks to improve. Here are the short term ideas to try:

  • [x] Gram Matrix as measure of style
  • [x] Feature matching loss on global discriminator
  • [ ] Give style information directly to spade (via addition, for example)
  • [x] Use decaying non-binary masks for smoothing
  • [ ] Use image of only water for perceptual loss
  • [x] Compute perceptual loss on intersection of ground + flood mask

51N84D avatar Apr 20 '20 20:04 51N84D

Some resources:

  • https://circleci.com/blog/monorepo-dev-practices/
  • https://medium.com/@mattklein123/monorepos-please-dont-e9a279be011b

fwextensions avatar Jan 13 '22 03:01 fwextensions

What side do you fall on? pro or con mono-repo?

zoobot avatar Jan 13 '22 04:01 zoobot

At first glance, having all the code from one org, especially one as enormous as Google, in one repo seems crazy, but I don't have enough experience to have a strong opinion. But for a smaller project like WTT, it may make sense, especially when working on both the back and front ends, like changing the id param. Having everything in one repo would allow an atomic commit to change everything at once.

fwextensions avatar Jan 13 '22 04:01 fwextensions