Michael E. Palmer
Michael E. Palmer
See the README file, which says: "if you have bug about short of memory, set the 'n_worker_preprocessing' in config_submit.py to a int that is smaller than your core number."
Alternatively, you can add memory. For reference, the preprocessing of the stage2 data completed successfully for me on AWS on a r4.2xlarge instance (8 CPU, 61GB RAM), but got the...
Hi @taku910 I was getting a similar segfault with sentencepiece 0.1.97, but no segfault in 0.1.91. I originally got the segfault using DNABERT, but I was also able to reproduce...
yes @tylerjereddy you're right, it's upstream. The rel_entr should always be non-negative but if I add some print statements to the scipy.special.jensenshannon code: ``` from scipy.special import rel_entr def jensenshannon(p,...
P.S. The following generates one plot for me. Not sure I know what it is. :-) ``` pip install matplotlib pip install seaborn cd data_process_template export KMER=6 export MODEL_PATH=../ft/$KMER python...
Thanks @Moeinh77 ! I would greatly appreciate your wise feedback on the following. If I modify your code to this ``` %matplotlib widget from bertviz import head_view, model_view from transformers...
Try changing the font (in Settings) to Menlo... not perfect but a bit better.
Here is a screenshot in the default font for Terminal.app, which is Monaco 12 pt.