oborchers / Fast_Sentence_Embeddings

Compute Sentence Embeddings Fast!
GNU General Public License v3.0
619 stars 83 forks source link

Hierarchical (Convolutional) Embeddings #55

Open oborchers opened 2 years ago

oborchers commented 2 years ago

[ ] pre_inference_calls [ ] base_iterator: [X] Rewrite VecsConfig to combine FT & W2V [ ] Hierarchical Average [ ] Stride Parameter: https://adeshpande3.github.io/A-Beginner%27s-Guide-To-Understanding-Convolutional-Neural-Networks-Part-2/ [ ] Average: [ ] inherit from base_iterator [ ] avg core routines in cyhton [ ] Max Pooling [ ] inherit from base_iterator [ ] avg core routines in cyhton [ ] Check for further simple models [ ] Min Pooling