You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to extend your method in my application where the project distortion is more flexible, that is, x3 = 1 - x4 and x1 < x4 in the function distortion_model.distortionParameter() do not always hold. I have tried my best to understand the mathematics of project distortion in your code. Currently, this function modelNetS.GenerateProFlow.backward() confuses me the most. The gradient is calculated as follows:
May I request your advice about how this is derived or where I can find the related paper or tutorial? Any help on how a11 - a32 are derived in the function distortion_model.distortionParameter() is also much appreciated.
The text was updated successfully, but these errors were encountered:
Hey bro,
Do you have the code of GenerateProFlow .The code to generate the prediction flow is now missing from the author's zip package .Could you send it to me if you have it,I really need it.
My E-mail is [email protected]
Thanks so much!
Hi, thanks for the wonderful paper and code.
I am trying to extend your method in my application where the project distortion is more flexible, that is,
x3 = 1 - x4
andx1 < x4
in the functiondistortion_model.distortionParameter()
do not always hold. I have tried my best to understand the mathematics of project distortion in your code. Currently, this functionmodelNetS.GenerateProFlow.backward()
confuses me the most. The gradient is calculated as follows:May I request your advice about how this is derived or where I can find the related paper or tutorial? Any help on how a11 - a32 are derived in the function
distortion_model.distortionParameter()
is also much appreciated.The text was updated successfully, but these errors were encountered: