Closed apprenticearnab closed 3 years ago
Can I work on this? Also the linked paper in this issue seems to be in trash folder, could you update that? Thanks!
I have updated the link , please try to develop all the parts of the model . It will be very helpful if you develop the whole model using the concepts of OOP .
Implement the Aggregating Word Vectors into Sentence Vectors and Aggregating Sentence Vectors into a Document Vector module as mentioned in the paper using the basic convolution , max-pool modules provided by Pytorch for raw texts . You can get more information regarding this modules from the documentation of Pytorch.