-
# š Bug
I'm trying to create a 1:1 config that can train a stable ViT-B with the MAE config (from appendix A.2).
Maybe I'm missing something (highly plausible), but when I use xformers instead ā¦
-
# š Bug
On training a MultiTask kernel based model and a collection of independent models tied together in an independent model list object on the same dataset, I see variance magnitudes that are oā¦
-
Hi @ocefpaf @mwengren @MathewBiddle,
As I am delving deeper into the project, I believe having a clear understanding of the workflow would greatly enhance my productivity and ensure that my contributā¦
-
In the [Collins paper](https://papers.nips.cc/paper/2001/file/f410588e48dc83f2822a880a68f78923-Paper.pdf) they write
Would it be possible to add the ability for each column in Y to be distributedā¦
-
Output shapes of `Normal.pdf` are inconsistent (haven't checked other RVs), see this 2d example:
```
>>> n = Normal(np.zeros((2,)), np.eye(2))
>>> x = np.random.randn(2,)
>>> n.pdf(x)
0.053581740ā¦
-
Hi!
I am trying to use gcn-lstm model for a traffic demand prediction problem. But my graph is directed.
So I am wondering is it possible to use StellarDiGraph to set up an asymmetry adj matrix?
ā¦
-
Hello, I'm trying to use quadrature to compute basic statistics for different multivariate distributions such as Dirichlet and Matrix Beta, such as the sum(x_i), variance(sum(x_i)) and mean of sqrt(suā¦
-
```
sage: R. = PolynomialRing(Integers(101), implementation='NTL')
sage: 1/x
---------------------------------------------------------------------------
NotImplementedError Trā¦
-
## Describe the Enhancement ##
This task is closely related to MET #1283. If all Multivariate MODE functionality is run by a single process, then the logging issue effectively goes away.
MET #1184ā¦
-
Hello Bryan,
I tried to implement a new face type in raypier\core\cfaces.pyx.
An extended polynomial up to 5th order (for the beginning, later it should have up to 20 orders, i.e. 230 coefficientsā¦