-
Hello,
I have a dataset made of unpaired RNA/ATAC seq data.
I performed PCA / nearest neighbors on each modality using a standard approach and I was going for the joint neighbors embedding.
I…
-
Today I will be providing a little bit of material to assist with the introductions to p5 3d, and godot. Ultimately our goal for p5 is to start to understand how we produce things like your plant mode…
-
Rust noob here, trying to load a glb into a 3d macroquad scene derived from examples/first-person-camera.
I see there's a [struct Mesh](https://docs.rs/macroquad/0.3.10/macroquad/models/struct.Mesh…
-
Issue coming from [a discussion](https://github.com/TUDelftGeodesy/stmtools/pull/66#discussion_r1562438536) in PR #66
A duplicated coordinate (lat, lon, time) will cause the spatial temporal query …
-
It is not entirely clear to me whether we need to have "solid" objects or "meshes" to do the thermal calculations.
[Arbeitsablauf für schnelles arbeiten mit großen IFC, STEP, IPT, 3D-DXF, 3D DWG un…
-
Not sure if this is a bug or a feature, but Theano's `triu` function differs a bit from numpy's `triu`.
In numpy `triu` can be applied to tensors with more than 2 dimensions.
e.g.:
```
np.triu(np.on…
-
Is there a way to calculate step which does not throw error and greater than 1
For example, I have 3D image of shape `(512, 512, 110)`, I want to create multiple patches of shape (`128,128,10)`, I do…
-
### Tested versions
- Reproducible in v4.1.1.stable.official [bd6af8e0e]
### System information
Godot v4.1.1.stable - macOS 13.6.0 - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 XT - 11th…
-
Write benchmarks for most common operations. This would allow to test and improve the performance and reliability of rapl.
- [ ] 1D matmul
- [x] 2D matmul
- [ ] 3D matmul
- [ ] ND: N>4 matmul
…
-
The simplest representation of a 3D warp is a voxel displacement map. This can be represented as a NIfTI-1 file of shape `IxJxKx3`.
Part of #2207.