-
Hi, thanks for your great work!
I read the code and found emu3 only use 1d rope for both visual and language content. I wonder if 1d rope will bring some problems to image and video generation res…
-
### Discussed in https://github.com/idaholab/moose/discussions/28201
Originally posted by **grunerjmeier** July 23, 2024
Dear Moose-Community,
I have a 3D mesh with some volume-elements in …
-
This package currently supports vectors and matrices like this:
```julia
@satvariable(z[1:5,1:5], Bool)
```
But, it doesn't currently support higher dimensional tensors. For example, this fails:
…
-
### Issue Description
In the Minimal Reproducible Example below (using a high-dimensional feature set due to TF-IDF feature extraction; inspired by a real task we are working on), the calculated SHAP…
-
Hello, I have some questions about point cloud coloring in your code. When coloring point clouds, I noticed that you still chose to add noise to the point cloud coordinates and directly predict colors…
-
Hi, I would like to predict the model on a dataset. Here is what I tried, I thought it was supposed to work according to the readme:
```
x = rand(10)
y = 3*x .+1
ln = linregress(x,y)
LinearRegres…
-
- Modified Clenshaw recurrence for all special functions governed by 3-term recurrence relations.
- Higher dimensional interpolation (Akima has a natural generalization to higher dimensions, but ther…
-
### Summary
This project is undertaken as part of my summer internship at Quansight Labs, mentored by @izaid and @rgommers.
I would like to propose extending the current COO sparse array support in …
-
Currently, cumsum() operates on flattened arrays. This behavior is not that useful, as even in its absence it could trivially be obtained by calling ravel() yourself first.
Perhaps a more useful appr…
-
I'm trying to list out all the possible features that could plausibly be exposed through the fuzzer. Just because something is on this list does not mean it is easy, or necessarily a good idea. Howeve…