Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi Cadene, is the Tucker decomposition part in fusion.py? #31

Open
ghost opened this issue Feb 28, 2018 · 1 comment
Open

Hi Cadene, is the Tucker decomposition part in fusion.py? #31

ghost opened this issue Feb 28, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 28, 2018

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.

@ghost 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 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
@Cadene
Copy link
Owner

Cadene commented Feb 28, 2018

Edit: Candene -> Cadene

Better now :D

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant