ericjang / gumbel-softmax

categorical variational autoencoder using the Gumbel-Softmax estimator
MIT License
425 stars 101 forks source link

gumbel-softmax in fairseq #11

Open nicolabertoldi opened 4 years ago

nicolabertoldi commented 4 years ago

I would like to test your code with the transformer architecture in fairseq.

Have you ever tried?

Could you please suggest me the better way to do that?

jianfeidahai commented 4 years ago

It's not my code. I just fork it. I think you should ask the code writer.

At 2019-10-02 00:33:15, "Nicola Bertoldi" notifications@github.com wrote:

I would like to test your code with the transformer architecture in fairseq.

Have you ever tried?

Could you please suggest me the better way to do that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

nicolabertoldi commented 4 years ago

@jianfeidahai

I did not find which repo you fork from?

Could you please point me to the original code writer?

jianfeidahai commented 4 years ago

https://github.com/ericjang/gumbel-softmax

At 2019-10-03 21:46:56, "Nicola Bertoldi" notifications@github.com wrote:

@jianfeidahai

I did not find which repo you fork from?

Could you please point me to the original code writer?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

nicolabertoldi commented 4 years ago

@jianfeidahai

Actually I opened my issue (i.e. this one) on https://github.com/ericjang/gumbel-softmax

Maybe @ericjang can help me.