-
_I posted this idea over on the spaCy repo but it didn't get picked up there ([spaCy issue 2237](https://github.com/explosion/spaCy/issues/2237)) . So perhaps it is suitable for this package instead..…
-
Since this paper had a lot of mathematical equations and terms, I had to attach a pdf version of my summary because the editor here does not support a lot of features eg. subscript or superscript. Sor…
-
### System Info
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 560.35.03 Driver Version: 560.35.03 CUDA Version: 12.6 |
|--------------------…
-
From Module-Servers created by [esma-g](https://github.com/esma-g): CodeYourFuture/Module-Servers#20
### Coursework content
Take an Implicit Association Test (IAT) ([link is here](https://implic…
-
**What's the problem?**
We need a Mandarin Chinese locale.
**Who benefits?**
All fluent Chinese readers; 17% of the world.
**Design ideas**
Much of this work might entail fixing interface des…
-
In version 0.5.0 from CRAN (installed with a modified `Makevars.in` to force OMP linkage), there is a huge slowdown in `WRMF` with implicit feedback compared to earlier versions.
For example, if I …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help.
- [X…
-
**Describe the bug**
From Gamma review, there's a bias in `randomNum` generation: https://github.com/polyswarm/contracts/blob/f9f375a621754a441c371483a01a7685b4ff525c/contracts/BountyRegistry.sol#L67…
-
I got it working
Run this
```
pip3 install torch torchvision torchaudio torchvision --index-url https://download.pytorch.org/whl/rocm6.2
```
Then remove `torchvision`, `torchaudio`, `torchvisio…
-
```python
key = jax.random.PRNGKey(0)
# (B, C, H*W)
inputs = jnp.ones((3, 16, 64))
linear_layer = jax.vmap(eqx.nn.Linear(
16, 16, use_bias=False, key=key
))
outputs = linear_layer(input…