-
In SuPy, when the time step of the model is equal to the time resolution of the input data going into making the forcing for the model, the model interpolates the forcing data when no interpolation is…
-
Hello Hugh,
i come again to discuss with you another subject around the doubly stochastic DGP.
When predicting using the doubly stochastic DGP you suggest a Gaussian mixture of the variational pos…
-
First of all congrats on the paper and thanks for providing the code!
In the paper at 'Zero-shot language-based multi-modal joint retrieval' you mention that integrating/combining multiple embeddin…
-
to get total average valid loss you divide by len(valid_loader) but for avaerage test loss you divide by len(test_loader.dataset). This does not seems correct. And also you are multiplying the loss wi…
-
**Describe the bug**
When creating the nodal attribute Mannings n landcover parameter, we often have to partition the domain into chunks/slices to fit into available RAM. When this happens, sometimes…
-
**Is your feature request related to a problem? Please describe.**
Currently, Mantid allows the calculation and fitting of certain crystal field-derived physical properties in conjunction with INS sp…
-
I am fairly new to ML/AI so I apologise before hand if I misunderstood things.
Q: Given multiple large document, find the similarity of a given document to all the other documents.
To answer thi…
-
Thanks your great work.I have the following questions,please help me:
how to get the fsanet-var-iter-688590.onnx model in the demo.py code.
what is the distinct of between fsanet-1x1-iter-688590.onn…
-
Working from a modified ImageNet Linen example, I've added two state attr for Polyak averaging ema values as so
```
@flax.struct.dataclass
class TrainState:
step: int
optimizer: flax.opti…
-
#### Describe the workflow you want to enable
I like the inspect module very much. Sometimes, interpretation of a model is more natural on a different scale (e.g. log) than on the scale of the pred…