-
@NicoKiaru did updates to BDV playground that allows for saving arbitrary voxel sizes in X Y and Z which could be beneficial for reoreiented brains.
There was an issue with the macro-recordability b…
lacan updated
4 months ago
-
Working on DHCPv6, there's a 24bit transaction ID:
https://datatracker.ietf.org/doc/html/rfc8415#section-8
My current "hack" for parsing is as follows:
```
transaction_id: uint8[3] &convert=…
-
In zeebe engine we have few caches with bounded capacity
- Forms Cache: `formsByTenantIdAndIdCache`,
- Process Cache: `processesByTenantAndProcessIdAndVersionCache`, `processByTenantAndKeyCache`
…
-
Hi, I am trying to use `sinkhorn` matcher for batch sizes >8 (per device) as in the code. It (understandably) fails at #L62 since `bs * dim` exceeds sampling range available `10 * dim`.
```shell
V…
-
I'm attempting to write a map import/export handler for a platform game that has rooms of arbitrary size that can be moved around. In Tiled this translates to a world with multiple tilemaps. Reading…
-
Mobile clients like Tusky currently can only load an image in thumbnail size, which looks blurry on most displays, or in full size, which adds a huge network overload.
It would be super awesome to …
-
Write a program (or notebook) called assignment_5_risk (.py or .ipynb)
The program should simulates 1000 individual battle rounds in Risk (3 attacker vs 2 defender) and plots the result.
One battle …
-
### 🐛 Describe the bug
Internal xref: https://fb.workplace.com/groups/6829516587176185/permalink/6829896033804907/
For dealing with packed sequence representations (e.g., KJT), one typically has a…
-
### Is your feature request related to a problem?
If the game is in windowed non-borderless mode, there seems to be no way of maximizing the window automatically.
Resizing the window to display si…
-
Our attention module is essentially standard multi-head attention, just with arbitrarily many bias tensors. It’s approximately as follows:
```
a = torch.matmul(q, k)
for b in biases:
a += …