Andrew Drozdov

Results 10 comments of Andrew Drozdov

Btw I still get this problem on Mac 10.15.7 and Zoom 5.4.7. In Zoom, audio is "same as system".

I saw this error: ``` Your citation for Language Models are Few-Shot Learners might have incorrect author names. Please correct the citation by visiting this url: https://proceedings.neurips.cc/paper/2020/hash/1457c0d6bfcb4967418bfb8ac142f64a-Abstract.html The author #20...

I guess the task is mountain car [1] and the state space is position velocity, so if you kept a running list of all positions/velocities, maybe could make something like...

It's not clear to me that Edward would have a clear benefit. I think it's probably better to use this repo/tf as it's already implemented!

Was using the most recent version of NLTK. Broke when running this command. ``` python train_tagger.py treebank --brill ``` ``` $ python --version Python 2.7.9 $ pip --version pip 7.1.2...

Have read elsewhere that Brill Tagger (maybe all taggers?) have changed API in NLTK 3.

The tsv format is here: https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/nq-train.zip Discussed here: https://github.com/beir-cellar/beir/issues/108

FWIW, it seems this overflow mostly targets less frequent words, so the impact on perplexity is minimal (about 0.02 PPL higher than expected). You might want to explicitly use np.int32...