Simon Šuster

Results 6 issues of Simon Šuster

I would like to obtain the exact list of PMIDs used in training RobotReviewer, so that I can later analyze its RoB classification performance on truly unseen data. Any idea...

The current readme suggests using models/english/ which is the pretrained model on general English from Lample et al. 2016. Can you add the model used to obtain the results reported...

In case anyone is clustering large datasets: in my experiments (40M corpus and NofClusters=1000), turning on compiler optimization with "-O3" yields speed-ups of around 3. I changed the following lines...

Can't open Screenshot.

In predict(), output obtained with tanh can never be returned due to an error in the conditional statement. This fix makes it possible to choose any of tanh, relu or...

When executing `npm run init` I get the following error: ``` > [email protected] init /home/suster/Apps/deidentify > git submodule update --init --recursive && node ./script/download_ner.js /home/suster/Apps/deidentify/script/download_ner.js:12 new Download( { extract: 'true'...