ExtReMLapin

Results 239 comments of ExtReMLapin

A the time (and right now as well) I wrote this PR my PG protocol knowledge was limited, we could at least keep the tests I guess just in case

@lvca from memory this PR itself isn't the right solutions but the tests inside are right. Since @robfrank also added commits I could be wrong For example, as of today...

🖖🏻 A pleasure. I also have more changes in staging for annother PR which adds `max_image_size` param I'm training it on forensic images that have different resolutions and often high...

No worry with the delay. To be frank i've been working on this forensic minutiae detector for two years and you have no idea how sometimes it's a pain in...

Also moving to lightning 2.5 introduces a bug where we need to start ddp with torchrun ref https://github.com/tlpss/keypoint-detection/pull/46#issuecomment-2884639679

My policy is to always stick to the latest possible version of the packages. Simple example : Latest GPUs from nvidia requires compute capability 120, which is only available in...

Help would be appreciated on this, stuck with `AttributeError: 'ClassifiedKeypoint' object has no attribute 'numel'`

Possible fix, set `full_state_update` to true and implement in `KeypointAPMetrics` ```python # Override sync() to manually handle custom object synchronization def sync( self, dist_sync_fn: Optional[Callable] = None, process_group: Optional[Any] =...

TODO : DDP optimization with unused args thing warning

Well ... I guess ? I just used `--device(s) 3`