stanfordnlp / treelstm

Tree-structured Long Short-Term Memory networks (http://arxiv.org/abs/1503.00075)
GNU General Public License v2.0
875 stars 234 forks source link

in semantic relatedness task #11

Open PawarKishori opened 7 years ago

PawarKishori commented 7 years ago

in semantic relatedness task which I choose dependency model with 10 epochs for 300K training and 70 K for development, it shows "not enough memory"

CPU is 24 core and 32 GB ram with 12 GB GPU

TIP: Can this problem be solved by reducing the batch size? If yes what is the current batch size used in this code?