-
## Motivation
Many fields manipulate collections of Tensors of different shapes. For example, paragraphs of text, images of different sizes or audio files of different lengths. We don't have a first …
-
## WebSocket 出现前
构建网络应用的过程中,我们经常需要与服务器进行持续的通讯以保持双方信息的同步。通常这种持久通讯在不刷新页面的情况下进行,消耗一定的内存资源常驻后台,并且对于用户不可见。在 WebSocket 出现之前,我们有一下解决方案:
### 传统轮询(Traditional Polling)
当前Web应用中较常见的一种持续通信方式,通常采取 `setInte…
-
SPIKE: As a Program Manager, I want to be able to understand how our users behave/interact as the user base grows and how to best support the users in their experience with TDP.
[ ] Discuss with s…
-
### 🐛 Bug
Hi
I switched from PPO to MaskablePPO and since then I'm facing problem with error. Interesting fact is that this error doesn't occur immediately, it occurs after 100k-300k timesteps. Ve…
-
Needs an RPM spec file to maintain file ownership on RPM-based distros. Here's a rudimentary one that I can build on Rocky 8.
[nmutils.spec.txt](https://github.com/sshambar/nmutils/files/8711568/nmut…
-
**Describe the bug**
Deepspeed (0.9.3) inference works fine with a single GPU (Tesla A30 24G), but gives invalid output with multiple GPUs (by setting --num_gpus 2).
Test model: OpenBuddy 7B (LLaMA …
-
**Description/Motivation**
Add the Maskable PPO algorithm provided by SB3-Contrib, which is an extension of SB3, to the pool of objects.
Some methods from the basic wrapper need to be readjusted.
…
-
**Describe the bug**
The serialization of a `PermissibleValue` like `PermissibleValue('infant')` should be `'infant'`, instead it is `PermissibleValue({'text': 'infant'})`.
This issue is probabl…
-
Any possibiliyt to allow other inputs and make the config files more customizable ?
For example being able to specify DEMs with higher resolution (we have 5m now for most western countries and even…
-
SSE/AVX don't have a built-in multiplication of bytes, so some trick is needed. .NET 9 uses a strategy like this, based on widening a vector to twice as wide then using 16-bit multiplication and narro…