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 think the decomposition part is in fusion.py. But i have get them all clear yet. Would mind helping me out? Because I want to code a Tensorflow version based on your pytorch code. And I also find that the BayesianUniSkip(skipthoughts) part is a challenge part for me, because i also didn't find the Tensorflow version. Thanks for you kind help.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Hi Candene, Would you mind pointing out the Tucker decomposition part in the code ?
Hi Candene, is the Tucker decomposition part in fusion.py?
Feb 28, 2018
Cadene
changed the title
Hi Candene, is the Tucker decomposition part in fusion.py?
Hi Cadene, is the Tucker decomposition part in fusion.py?
Feb 28, 2018
I think the Tucker decomposition part is in fusion.py.
No, it is not. Unfortunately, we don't provide a pytorch implementation of the Tucker Decomposition, but only of Mutan (Tucker Decomposition with rank constraint). We plan to add it in few weeks (using nn.Bilinear).
And I also find that the BayesianUniSkip(skipthoughts) part is a challenge part for me, because i also didn't find the Tensorflow version.
It was very difficult for us because the original implementation is in Theano. Nevertheless, you should be able to port it in tensorflow using these classes which do not rely too much on a pytorch specific implementation:
Hi Cadene,
I think the decomposition part is in fusion.py. But i have get them all clear yet. Would mind helping me out? Because I want to code a Tensorflow version based on your pytorch code. And I also find that the BayesianUniSkip(skipthoughts) part is a challenge part for me, because i also didn't find the Tensorflow version. Thanks for you kind help.
The text was updated successfully, but these errors were encountered: