You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new model, previously introduced by Nal Kalchbrenner, has been implemented in PyTorch, but due to time constraints for the original publication I implemented the k-max pooling and folding operations in Python. To improve the speed of training it would be better if these were integrated with PyTorch at a lower-level.
The text was updated successfully, but these errors were encountered:
The new model, previously introduced by Nal Kalchbrenner, has been implemented in PyTorch, but due to time constraints for the original publication I implemented the
k-max pooling
andfolding
operations in Python. To improve the speed of training it would be better if these were integrated with PyTorch at a lower-level.The text was updated successfully, but these errors were encountered: