Deven Mistry
Deven Mistry
Hello, Is there a guide/tutorial to build ccv on Windows 10? I tried to make the library in the bin folder and it did not seem to work. Can anyone...
## How to reproduce the error 1. Create a repo from the template 2. add necessary details in the `settings.ini` 3. run `nbdev_build_lib` → works as expected 4. run `nbdev_build_docs`...
Upon clicking on the example of Cesium3DTileset, it redirects to [this site](https://resium.reearth.io/examples/?path=/story/cesium3dtileset--basic%22) on the resium website,  No examples on the site seem to show up 
Hello, A member in our team has access to a compute cluster and we wish to use `accelerate` in that environment to accomplish distributed training across multiple GPUs. However, the...
Hello, I am trying to use the `find_executable_batch_size` decorator to find the optimal batch size in `fastai`, however, I'm having some trouble navigating around it. In fastai, the batch size...
hello, is there a way to mark all cells with a flag so that conditional testing can be used? In `nbdev1`, we had `# all_slow`, for v2, I'm aware of...
Hello, my organization uses nbdev extensively. To use the packages in Colab, we need to clone and install the repo each time we wish to use the package that we've...
I have a model trained with Pytorch which does instance segmentation, I'm trying to load the model in `instanceSegmentation`, but I keep getting a `UnpicklingError` error. When I load that...
Hello, I have saved a `WeibullAFTFitter` model as a pkl file. Versions being used: Python: 3.9.16 `lifelines`: 0.27.7 Here is the entire stacktrace. I am able to load `CoxPHFitter` with...
### Describe the bug I have a simple training loop in `fastai` which does multi-label image classification. I have a `wandb` callback attached to the `Learner` object.  However, the...