astrobdr
astrobdr
I would like some more information on the yolov3.weights pretrained weights. Were they learned from trianing on 100% of the 2017 coco training data? Or was some data held back...
Hi great work and repo :) I wanted to try this on a private dataset of WSIs at my lab. Do you have instructions for doing this? Cant find a...
**Describe the bug**\ Caching a dataset when running a DDP job breaks. **Solution**\ Guard any caching with checking for environment variable `os.environ["RANK"]`.
Not really "fixes" - Mostly relevant to knight - removed hardcoded num_workers - made caching optional - added a notebook to showcase that caching helps a lot :)
Had an issue when integrating perceiver architechture that all the implementations require channels to be the last input dim of the minibatch. This required me transposing after OpToTensor in isic...
Hi thanks for this great repo! Star from me :) I see the `python-red-alert.src.main()` will log current alerts happening, but I want to get all the alerts that have happened...
Hi, I have a complex that I made by re-folding the 6bdz sequence (which is part of your test set). The antigen-antibody pose is badly docked and I thought it...
I have no idea why, but `../examples/pdb70/setup.sh` from the docker-compose readme fails when trying `curl`, but works when using `wget` (with an additional arg to print to stdout).
@williamFalcon @lantiga So in the end I just made the "example" of using a non-cli python code as a starting point for using litgpt and fabric. As someone who wants...