-
I am working on a reinforcement learning crate ([rl](https://github.com/benbaarber/rl)) and am using burn to implement a deep Q network example. I am trying to use the AdamW optimizer, but the documen…
-
Does anyone know if this can be used to isolate the background instrumental music (instead of vocals)? I tried multiplying attenuation by -1 but that doesn't work.
-
-
I successfully trained ayolov9 from scratch, and now I would try a pretrained net as follow:
`python -m torch.distributed.run --nnodes $SLURM_NNODES --node_rank $SLURM_PROCID --master_addr $MASTER_…
unrue updated
8 months ago
-
## 🚀 Feature
Create LayerLogger to enable PL developers to track their ML experiments with [Layer](https://layer.ai)
### Motivation
Layer is an collaboration-first ML metadata store which pro…
-
## Proposed refactor
Flatten the Strategy inheritance:
Part of #10416
### Motivation
Reduce coupling between strategies, reduce unintentional overrides/inheritance and avoid silent failures
…
-
It's not an issue, it's something from my brainstorming. I am a Chinese student pursuing a PhD in Korea.
About 6 months ago, I had a similar idea just like this repo, trying to make something that …
-
~~Green-washing Bullshit Here~~
1. Ensure that PyAF uses CPU in a friendly way (continuous profiling and optimization for future versions). Check that CPU times for all the tests don't increase …
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Pose Predict
#…
-
For deep learning, when the model is large, model creation and initialization on host device will require tremendous time and sometimes causes host OOM. The existing [torchdistx](https://github.com/py…