Kevin Eloff
Kevin Eloff
Hi @hxxhust163, thanks for reaching out You need to download [`instanovo.pt`](https://github.com/instadeepai/InstaNovo/releases/download/0.1.4/instanovo.pt) or [`instanovo_yeast.pt`](https://github.com/instadeepai/InstaNovo/releases/download/0.1.4/instanovo_yeast.pt) (click to download) from the [0.1.4 release](https://github.com/instadeepai/InstaNovo/releases/tag/0.1.4) page. Then to run the prediction script, make sure you...
Hi, `instanovo_yeast.pt` is the correct model. Only the data should be in the `.ipc` format but from the logs it seems like it has loaded fine The hanging could be...
Hi, Setting `--n_workers 0` changes the `num_workers` of the PyTorch [dataloader](https://pytorch.org/docs/stable/data.html#torch.utils.data.DataLoader). When set to 0 ,the dataloader does not use multiprocessing and thereby allowing it to output error messages. It...
Hi, currently we do not intend on officially supporting the parquet format, as they're generally passed around as multiple files. We recommend concatenating them and saving as a `.csv` or...
Hi, the `mus_musculus.ipc` on HuggingFace is currently not directly supported by this release of InstaNovo. The representation used is slightly different and hasn't been converted to our spec yet. (this...