Seth Russell

Results 8 issues of Seth Russell

Currently reviewing notebook 7 (https://github.com/fastai/course-nlp/blob/master/7-seq2seq-translation.ipynb) and there are a few places that links to another fastai notebook. At the beginning of notebook 7 it says: This notebook is modified from...

When running this code ```python class Seq2SeqDataBunch(TextDataBunch): "Create a `TextDataBunch` suitable for training an RNN classifier." @classmethod def create(cls, train_ds, valid_ds, test_ds=None, path:PathOrStr='.', bs:int=32, val_bs:int=None, pad_idx=1, pad_first=False, device:torch.device=None, no_check:bool=False, backwards:bool=False,...

Attempting to use bigrquery with a largish table (> 13 million rows). I am only able to use `bq_table_download()` to get results of less than 13 million rows. When attempting...

I discovered that if I attempt to follow the build guide (https://meta-toolkit.org/setup-guide.html) from a directory that has a parent directory with spaces in the path, it fails at the final...

I love Maccy and its many features such as the ability to keep a large clipboard history. However, I also like to automatically remove all formatting from my clipboard. I...

As shown in the example Read request at https://www.hl7.org/fhir/overview-dev.html#read-reques it can be beneficial for some requests to tell the FHIR server not to use a cache. I can't seem to...

documentation

I have the following example csv with 4 column and 6 rows that has cells with embedded returns. In my experience, this is very common when working with CSVs that...

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...

bug
python
needs triage