Optimox
Optimox
*Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.* **What kind of change does this PR introduce?** This...
**What kind of change does this PR introduce?** Adds a notebook for sarcos robotics dataset **Does this PR introduce a breaking change?** nope **What needs to be documented once your...
**Describe the bug** As discussed in #839, there are two ways to make the voronoi computation silently crash currently: - giving points with a duplicated point - giving points with...
Hi, Great project and article, congratulations. I'm wondering if, once the training is finished, the final NBDT can be fully exported as a JIT file? It seems that everything is...
Hi, I'm complete novice in 3D visulization. I have some 3D stacks in Dicom format that I read and use with python to create segmentations based on Machine Learning algorithm....
**IMPORTANT: Please do not create a Pull Request without creating an issue first.** *Any change needs to be discussed before proceeding. Failure to do so may result in the rejection...
Hello, Nice initiative, I haven't tried your version yet but it's an interesting project! I was wondering about two things: - are you planning to implement the 3D version? -...
Hello, Thank you very much for this repo, it's very useful. I wanted to add a new compostion `OneOf` where you can give a list of augmentations and only one...
Hello, I am trying to get familiar with the qlora single device recipe with LLama3. I have been able to download the weights from hugging face without any problem. I...
Hello, I have a question regarding GPU memory consumption during inference. Before finetuning a model with QLora, the torchtune.LoRALinear modules will convert the original LLM weights to nf4, and create...