Thomas Capelle

Results 46 issues of Thomas Capelle

This is a nice first issue: Add types/docments to the `Learner.get_preds` function. This function is essential to any `fastai` user and has almost no documentation. Add types and text to...

good first issue

A simple method to split timm models. My main concer is that I am not createing the model_meta dict and instead at the moment when the model is created, I...

waiting for response

The script from `nbs/examples/distrib.py` is not working. First, the mixed precision cb is now just `fp_16` as native has been integrated to fastai. Second, I am getting a `RuntimeError: No...

Once this [PR]( https://github.com/ultralytics/yolov5/pull/8831) is merged, we should update our YOLOv5 examples to install latest wandb: ```bash pip install -Uq wandb ```

bug

Hello, awesome repo. I have been playing with various convlstm/gru implementation as we don't have an official one in Pytorch. I am having trouble getting good images as output. I...

Have been playing with your implementation of RNN2RNN mixing it up with [this one](https://github.com/fastai/course-nlp/blob/master/7b-seq2seq-attention-translation.ipynb). I have some remarks that have worked for me: - Inverse the `Dense` layer dropput/linear order....

Great tool! I want to add a button to perform inference on another model (parallel to dextr) to compare the generated mask. How can I do this? I know how...

This PR adds wandb logging for the training script 🚀 With this tool, we can compare runs on the dashboard and then get super nice results. It also automatically logs...

You can have a look here: https://github.com/tcapelle/action_recognition Thanks you!

This new data API looks great and has many similarities with the [DataBlock](https://docs.fast.ai/tutorial.datablock.html) api from fastai. We have a [discord](https://discord.gg/Yy82YcR4) channel for fastai dev and we would love to help/test/integrate...