-
Submitting Author Name: Steven P. Sanderson II, MPH
Submitting Author Github Handle: @spsanderson
Other Package Authors Github handles: None
Repository: https://github.com/spsanderson/TidyDens…
-
Hi,
I'm trying to simulate data from in vitro neuronal cultures growing on a CMOS-based HD-MEA, specifically the 3Brain Accura chips.
I understand that this might be a bit beyond what is originally …
-
## 🐛 Bug
xm.send_cpu_data_to_device cannot support 2d data and 4d mesh
## To Reproduce
https://colab.research.google.com/drive/1URZVd3q0LUeZ8anzrkoJkehOxLdbG1k8?usp=sharing
```
import numpy…
-
I have loaded all NA photocollection N-triples (including the 3GB testfile "7") into my local (production) GraphDB and the LD Workbench works great.
The same iterator/generator doesn't work when I …
coret updated
4 months ago
-
```javascript
var data = {"item":[]};
```
Тебе не нужно делать внутри объекта массив с объектами
Ты можешь сразу работать с массивом объектов
```javascript
var data = [];
```
_______________…
-
Some of our tests and examples are derived from the TPC-H.
Although we do not import source code or libraries, we should check if it is OK with the TPC-H / Apache license to add SQL DDL or data gener…
-
Hi,
I am trying to run experiments with only GENRE framework with frozen PLM content-encoder. Could you direct me to any of the existing configurations or give some suggestions on how to set the pa…
-
If you pass a generator to data in requests it will iterate over the generator and include that info into the request. This has the result of draining the provided iterator. Currently we don't do this…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
toggm updated
6 months ago
-
**Is your feature request related to a problem? Please describe.**
After seeing the big performance gains from https://github.com/NVIDIA/spark-rapids/pull/8441 I did a quick profile run of a subset o…