Lake Lee

Results 9 issues of Lake Lee

I want to manipulate the camera directly using testbed.look_at and testbed.camera_matrix . However, I'm not sure what each of them specifically means. When I know the camera's position [X, Y,...

## Description In the current implementation, at the time of `docker build`, a Docker image with the latest version of `torchserve` installed is created regardless of the version of the...

This is ipython code (at colab) which makes an error. # Code ``` # !pip install tensorflow==2.6.4 onnx==1.12.0 onnx2torch git+https://github.com/onnx/tensorflow-onnx import tensorflow as tf import onnx from onnx2torch import convert...

bug

`Swin transformer` achieves higher accuracy in model size and computational amount similar to `ViT`. I think that using clip's method and dataset will show higher performance. - ViT-B/16, 384x384, 86M,...

I noticed that some of the Enum variables in `libmelee`'s `melee.enums.Action` have been assigned the same values. Please reassign the enums for those variables. code: https://github.com/altf4/libmelee/blob/537f4ecb225d06ac8aa3cb0a248e9eadefaa19cf/melee/enums.py#L640 For example: [Action.DOWN_B_AIR](https://libmelee.readthedocs.io/en/latest/enums.html#melee.enums.Action.DOWN_B_AIR) [Action.SWORD_DANCE_4_LOW_AIR](https://libmelee.readthedocs.io/en/latest/enums.html#melee.enums.Action.SWORD_DANCE_4_LOW_AIR)...

Adjust resolution in WRA_resolution.txt and update download.py for improved formatting, error handling, and yt-dlp integration.

This is ipython code (at colab) which makes an error. # Code ``` !pip install tensorflow==2.6.4 onnx==1.12.0 onnx2pytorch git+https://github.com/onnx/tensorflow-onnx import tensorflow as tf import onnx from onnx2pytorch import ConvertModel with...

# What does this PR do? The update involves a change in how `pad_size` is calculated. Originally, `pad_size` was computed as `self.chunk_size - (seq_len % self.chunk_size)`. The new formula ensures...

run-slow

Hello, I'm encountering an issue where the `mamba_ssm` package fails to install on Google Colab. This installation previously worked, but it now fails in recent Colab. The exact cause is...