kelvinxu / arctic-captions

960 stars 349 forks source link

How to get start and How the convolution works out #39

Open CathyW77 opened 7 years ago

CathyW77 commented 7 years ago

Hi, Kelvin

I wanna to run your code, but I don't know how to start.

I download some corpus, I get the data "dataset.json" , is that what I need ?

Also, I wanna to know how the convolution in "encoder" works, can you give me an example?

For example , here comes a 3-D matrix (1002003) , how can I set my "filter(extract)" , the 3-D or 2-D or others? and what the result be ?

Best wishes

elliottd commented 7 years ago

@CathyW77, perhaps the instructions in this fork and the associated training data can help you get started. Good luck!

zBabar commented 6 years ago

I want to run this on my own dataset.... is there any kind of specific format it needs? How to prepare dataset? Flow of the code?

Ming-360 commented 3 years ago

Excuse me ! have you run the code ? Could you tell me how to run it ? thank you !