Eugene Teoh

Results 9 issues of Eugene Teoh

## Description Currently, parquet has a fixed schema, requiring attributes/columns to be named in a specific way (start, target, feat_dynamic_real, feat_static_cat etc.). It would be useful if these attributes can...

enhancement

## Description `gluonts.evaluation.Evaluator` provides a parameter, `custom_eval_fn` which allows defining custom evaluation functions. However, the global (across multiple TS) and local (within TS) aggregations are limited to mean & sum,...

enhancement

Given that a (good) PR is raised, will a Vulkan backend be merged?

Any reason why requires_grad needs to be False for replacing a tensor? https://github.com/tinygrad/tinygrad/blob/master/tinygrad/tensor.py#L143 Here is my use case which doesn't work. It's quite common in RL to copy weights to...

Would be useful to have a `sample()` function for the specs, like in [gym spaces](https://github.com/Farama-Foundation/Gymnasium/blob/3fda2072d6c1e76e76127eabb080862b7afa6e9a/gymnasium/spaces/space.py#L92). I can raise a PR if this is fine by you guys.

Quick question. Why do you do RandomResize during inference? https://github.com/IDEA-Research/GroundingDINO/blob/2b62f419c292ca9c518daae55512fabc3fead4a4/demo/inference_on_a_image.py#L64

Currently the package does not support reading (ZIP-)compressed images (https://github.com/Enichan/sharpexr/blob/master/SharpEXR/EXRPart.cs#L625). Would be great to have this.