volotat / DiffMorph

Image morphing without reference points by applying warp maps and optimizing over them.
MIT License
458 stars 53 forks source link

Optimal parameters #2

Closed cranx closed 3 years ago

cranx commented 3 years ago

Which parameters were used to generate car morph from example? How many epochs is needed to generate that result?

I'm newbie in neural networks so sorry for possible stupid question

volotat commented 3 years ago

For all examples there were used same parameters: -e 10000 -a 0.4 -m 0.4 -w 0.1 -add_first false But these parameters are not optimal, it is just what was working for me.