Kyle Lo

Results 17 issues of Kyle Lo

- https://pypi.org/project/msgspec/ - favor gzip - round out floats to ints w/ some precision

define Layer explicitly and make it such that doc.sentences: Layer has reasonable slicing behavior, so like doc.sentences[3:10] produces a Slice with a reasonable _repl_ and ability to perform Entity-level operations...

``` FAILED tests/test_trainers/test_entity_classification_predictor_trainer.py::TestEntityClassificationPredictorTrainer::test_train - RuntimeError: Placeholder storage has not been allocated on MPS device! ``` googling, looks like it's an M1 chip issue. need to modify statement where send `.to()`...

- Add tests for `flatten_dict()` in utils - Extend functionality for `flatten_dict()` to also flatten any dicts that exist in Lists - Extend the wandb config comparison script to use...