-
Hi,
I was wondering if it was intended that the `diffopt.step(loss)` command takes an increasing time to execute when the number of state saved is increasing ?
The step time should be constant as…
-
I am trying to port a simple model defined in TensorFlow to CUTLASS:
```
# x1, x2 in NHWC
x1 = Conv2D(...)
x2 = Conv2D(...)
x1 = x1[:, crop_size:-crop_size, crop_size:-crop_size, :]
x2 = x2[:,…
-
Coarse roadmap towards implementing the reductions described in [this paper](https://pubsonline.informs.org/doi/pdf/10.1287/ijoc.2018.0857) (which is, AFAIK, the most comprehensive and recent paper on…
-
### 🚀 The feature, motivation and pitch
**Context**:
While using [float8 training](https://fburl.com/4mblb81i), the operators of `fp8 = cast_to_fp8(input_tensor); fp8_t = fp8.t().contiguous().t()`…
-
## What/Why
### What are you proposing?
As part of SDK development, we have been focusing on migrating the Anomaly Detection plugin to an extension. This has proved beneficial in highlighting many…
-
I get the following error:
```
file "/opt/conda/lib/python3.8/site-packages/torch/nn/functional.py", line 2805, in cross_entropy
return torch._C._nn.cross_entropy_loss(input, target, weight,…
-
When tried to reproduce the results described in the README file, got an error related to symengine version 0.7.0.
Tried to use the latest version of symengine.py (V 0.10.0), found out its Matrix fun…
-
Hi,
I'm trying to run `notebooks/text-classification/notebook.ipynb` . Each time it runs, it recompiles, using a different `/tmp/` path each time, e.g.
`2023-06-27 17:59:23.000182: INFO ||NCC_WRA…
-
Hi, thanks for developing dynverse/dyno package, it is very useful! I have two questions:
Q1. How could I increase resolution of the trajectory plot? How does` plot_dimred()` decide the resolution…
-
Hi @patrick-kidger,
Apologises for opening an issue as this is probably something I've missed, but is it at all possible to separate an `eqx.Module` object into a pure function and its parameters? …