Open smartschat opened 9 years ago
cort currently needs a lot of RAM, predicting with the latent ranking model on the CoNLL-2012 development data takes ~8GB, mainly due to multiprocessing during feature extraction.
Since Cort has Cython as a dependency anyways, maybe that code should be rewritten in Cython format (.pyx), which may reduce memory consumption.
cort currently needs a lot of RAM, predicting with the latent ranking model on the CoNLL-2012 development data takes ~8GB, mainly due to multiprocessing during feature extraction.