-
```python
from jax import hessian
from jax.random import PRNGKey, gamma
key = PRNGKey(1)
hessian_sample = hessian(gamma, argnums=(1,))
# NotImplementedError: Differentiation rule for 'random_ga…
-
## Describe the bug
When I call discord_cleanup in a build using TSAN, I get diagnostic messages stating a locked mutex is being destroyed.
```
WARNING: ThreadSanitizer: destroy of a locked mut…
-
## 🚀 Deprecation
As the title says, consider to deprecate passing a container (dict, DictConfig, etc.) to the `LightningModule.save_hyperparameters`.
### Motivation
See #10280 for a bit more …
-
## 🚀 Feature
### Motivation
We are auditing the Lightning components and APIs to assess opportunities for improvements:
- https://docs.google.com/document/d/1xHU7-iQSpp9KJTjI3As2EM0mfNHHr37…
-
This primarily applies to:
- [x] SASS/SCSS (minify) (see #14)
- [ ] CSS (minify)
- [ ] HTML (minify)
- [ ] PNGs (discussion below)
-
I just found that the inner .class generated by enjarify is not in its original dir? is it possible to just generate it in the default dir? or could you please give me some explaination so that I coul…
-
### Is your feature request related to a problem? Please describe.
The format offers high detail including reflective, refractive, transparent, translucent, iridescent objects.
I want to be able sha…
-
Here's a profile of a simplified benchmark case of NoFib's `bernoulli` after #8 has been fixed:
```
COST CENTRE MODULE SRC …
-
📚 This guide explains **hyperparameter evolution** for YOLOv5 🚀. Hyperparameter evolution is a method of [Hyperparameter Optimization](https://en.wikipedia.org/wiki/Hyperparameter_optimization) using…
-
WebPack doesn't support module output. It's a shame that with WebPack we can't use the native module loader. Would you consider switching to Rollup?