Keno
Keno
While reading the docs, I've found a few typos and superfluous words. This PR proposes corrections for this.
**Describe the bug** I am running a custom segmentation model based on monai bundle and want to perform batch inference to speed up annotations. While single inference executed from within...
While reading the docs of [`patch_to`](https://fastcore.fast.ai/basics.html#patch_to) and [`patch`](https://fastcore.fast.ai/basics.html#patch) I found a minor typo: ```# we initilized `t` to a type int = 1``` which I have changed to ```# we...
**Is your feature request related to a problem? Please describe.** We are working on a project where the interpretation of a pathological finding depends on the context of multiple MRI...
There seems to be a problem when installing the environment from the provided environment file, where the inference only runs on CPU not CUDA. Pinning the requirements could potentially solve...
- tune the LR - increase val batch size - tune dropout (0.2 in Instruct GPT) | **most important** - tune --lora_r 8 (rank, the bigger, the heavier the lora...