qinzhuowu / NumS2T

ACL21 Math Word Problem Solving with Explicit Numerical Values
11 stars 3 forks source link

请问训练需要多大的内存? #5

Open zxxml opened 2 years ago

zxxml commented 2 years ago

请问训练需要多大的内存?我的配置是约25G内存,仍然不够。

zxxml commented 2 years ago
git clone https://github.com/qinzhuowu/NumS2T.git

cd NumS2T
wget "https://www.flyai.com/m/sgns.baidubaike.bigram-char.bz2"
bzip2 -d sgns.baidubaike.bigram-char.bz2

cp -rf hownet ../hownet
rm -rf models/*
python run_seq2tree_APE.py

我运行的代码是这样的,pre_data.py文件中的sgns.baidubaike.bigram-char路径已经正确配置。程序占用的内存会逐渐增加,直到无法运行为止。