riejohnson / ConText

ConText v4: Neural networks for text categorization
http://riejohnson.com/cnn_download.html
GNU General Public License v3.0
124 stars 14 forks source link

Python implementation for this project #4

Closed woshipzs closed 6 years ago

woshipzs commented 6 years ago

Very nice paper. I am wondering if there is a python implementation for deep pyramid CNN models. I am new to running deep learning on C++. Thanks!

riejohnson commented 6 years ago

Hi. Thanks for your interest in our work. Sorry, but there is no plan for a Python implementation or a Python wrapper. In the past, people have attempted to port it to tensorflow or pyTorch, but if I remember it correctly, there was some difficulty in handling variable-sized documents as variable-sized (which is what this code does) without padding or truncating in those platforms.