Dan Biderman

Results 6 issues of Dan Biderman

a couple of `lightning-pose` users have been reporting new OOM errors starting from last Thursday. We haven't pushed new updates affecting DALI on our end. Here's what one of my...

bug
lack_of_repro

@JanuszL and team hope you're doing OK. I have a pytorch video model that assumes each batch element is a five-frame video sequence around a frame at index `ind`, i.e.,...

help wanted
Video
PyTorch Lightning

@JanuszL Hope all is well on your end. I have a [pipeline](https://github.com/danbider/lightning-pose/blob/main/pose_est_nets/datasets/dali.py) that uses Pytorch Lightning + DALI to do pose-estimation. Trained many models successfully by now. We are using...

help wanted
perf
PyTorch Lightning

Say I have a very long video, and I want to randomly draw sequences just from a specific segment of the video (e.g., just frames 100-900 for a video with...

help wanted

Edits needed to support a combo of composer with hf/peft. Pipeline is: 1. load a hf model e.g., mpt-7b 2. use hf/peft to add lora modules or adapter modules. 3....

``` import jaxtyping print(jaxtyping.__version__) # returns 0.2.14 # Import both the annotation and the `jaxtyped` decorator from `jaxtyping` from jaxtyping import Array, Float32, jaxtyped ``` returns ``` ImportError: cannot import...

question