Ramon DALMAU
Ramon DALMAU
Dear all I have a large dataset (df_train) in parquet format, where each **row** has several columns (integers, floats, etc.), one of which is an **array** of **structs**. The schema...
Dear all Many thanks for this nice contribution. Sparktorch is exactly what I was looking for! :) I am trying to attach a trained Pytorch network to a fitted ML...
Dear Torch friends Perhaps I am missing something, but I think the docs of "reduction_" function is not correct. Shall it be? ``` def _reduction(loss: torch.Tensor, reduction: str) -> torch.Tensor:...
Dear all, I am wondering if there is a plan to integrate a solver for this kind of problems: - Linear Equation Structure - Integer Upper-Level Variables - **Integer** Lower-Level...
### Proposal Add support for environments with `Graph` observation spaces in `AsyncVectorEnv` in Gymnasium. Currently, `AsyncVectorEnv` assumes observations can be stacked in a typical array-like format. However, environments that return...
### Proposal Add support for environments with `Graph` observation spaces in `AsyncVectorEnv` in Gymnasium. Currently, `AsyncVectorEnv` assumes observations can be stacked in a typical array-like format. However, environments that return...
Hi! Does your implementation of the pixel decoder (ms_deform_attn) work with CUDA > 11.8? I assume it is based on https://github.com/fundamentalvision/Deformable-DETR Right? Thanks! Ramon