-
Hello I tried to export the model as an onnx model with the following code:
```
import torch
import argparse
import pickle as pkl
import numpy as np
import yaml
from dover.datasets impo…
-
Dear author,
Thanks again for your sincere help, but I have found some strange problems. I generate X by torch. randn, which is a 2000*100 embedding. I use a randomly initialized network(MLP) to proj…
-
**Submitting author:** @R-OneMKL (Pei-Shan Yen)
**Repository:** https://github.com/R-OneMKL/oneMKL.MatrixCal
**Branch with paper.md** (empty if default branch): main
**Version:** v1.0.0
**Editor:** Pe…
-
If they have the same attributes and there are no padding values, we can just fold them away. They become the source of unpack op.
If they have different attributes and there are no padding values,…
-
### 🐛 Describe the bug
After the following changes https://github.com/pytorch/pytorch/commit/ce42010722c83f11302611dd3a6534c518d33544, while using the decomposition of `aten.embedding_dense_backward`…
-
### Motivation
The Botorch/Ax documentation seems to suggest that the qNEHVI acquisition function performs better than the qEHVI acquisition function.
See for example:
"For batch optimization…
-
We encountered this issue when working on the `GCP_OPT` tutorial. See some discussion and Danny's attempts at finding a good problem here: https://github.com/sandialabs/pyttb/pull/253#issuecomment-173…
-
I tried modifying `netket/Tutorials/BoseHubbard1d/bosehubbard1d.py` by specifying a non-zero chemical potential, removing the `n_bosons` option and changing the sampler to `nk.sampler.MetropolisLocal`…
-
Hello my friends,
I'm a novice about the multigrid preconditioners for Nedelec elements. This question
is not totally about MFEM coding, but more on math concepts (sorry if it's not appropriate as…
-
hi Brent,
Thanks for sharing this very interesting work! I have one question about how you apply transformation to the learnable factors elaborated in section 4.1. I understand it as the following:…