John F. Wu
John F. Wu
In the notebook `5-nn-imdb.ipynb`, executing the cell with ```python wiki_itos = pickle.load(open(Config().model_path()/'wt103-1/itos_wt103.pkl', 'rb')) ``` returns a `FileNotFoundError: [Errno 2] No such file or directory` because the directory structure is incorrect....
Add an implementation of the CoMatch framework. - [Paper](https://arxiv.org/abs/2011.11183)
I decided to profile (`cProfile`) the phat_small example using `snakeviz` (which is `pip`-installable). This is so that we can see which commands are running suboptimally. ``` # run profiler and...