Diego

Results 16 issues of Diego

Please add submissions of [CSES](https://cses.fi/) (problemset and contests) too. Thanks.

May I use/modify the `expander.py` for my personal competitive programming library? If so, under which license shall I use it?

Recently, it seems TLE has been consuming quite a lot of memory and the kernel kills it every 1 to 2 days. I'm running the bot on a Standard DigitalOcenan's...

Running the embedded_s.launch on the last commit (aff227d64e226166315c2afe0d7f4a5b1c99253d, at the time of writing), yields a funky point cloud. ![bad](https://user-images.githubusercontent.com/24966039/149626623-3fd48c76-2870-47f9-a35b-845e64febe9c.png) However, reverting back to 78186a3ffbf8a67cfdf409abeebc68c402b406a0 seems to do the trick. ![good](https://user-images.githubusercontent.com/24966039/149626626-84cd654c-43c8-4b92-9408-06018e3b2e98.png)...

When attempting to open a password protected pdf, with the script at `examples/extract_text.rs`, I get the error "Invalid file trailer". If I remove the password protection in another utility and...

**Describe the feature you'd like** Currently, TorchServe's batch inference is handled by looping through the requests and feeding them individually to the user-defined transform function (https://github.com/aws/sagemaker-inference-toolkit/pull/108). However, this doesn't take...

## Description Adds support for weight_decay to reproduce https://github.com/xxxnell/how-do-vits-work/issues/12. References: - [Investigate Loss Landscapes and Hessians With L2 Regularization on Augmented Datasets](https://github.com/xxxnell/how-do-vits-work?tab=readme-ov-file#investigate-loss-landscapes-and-hessians-with-l2-regularization-on-augmented-datasets)

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

bug

Small fix for avoiding re-reading an image path when you already have it.

## Description Tested all `dino_eva_02_vitdet` models from [here](https://github.com/IDEA-Research/detrex/tree/main/projects/dino_eva) and the models with `image_size=1024` seem to be failing. Used [this image](https://github.com/IDEA-Research/detrex-storage/releases/download/v0.2.1/idea.jpg) from the [installation tutorial](https://detrex.readthedocs.io/en/latest/tutorials/Installation.html). Working: - `projects/dino_eva/configs/dino-eva-02/dino_eva_02_vitdet_l_4attn_1280_lrd0p8_4scale_12ep.py` - `projects/dino_eva/configs/dino-eva-02/dino_eva_02_vitdet_l_8attn_1536_lrd0p8_4scale_12ep.py` -...