-
[User story]
One wants to factorize the body of its solvers (resp. datasets) using class inheritance as they all share the same structure and one wants to avoid code duplications.
Thanks to th…
-
**Is your feature request related to a problem? Please describe.**
See #6106 - our current data model requires many copies of the data that we read:
1. there's bytes-in from Kafka (obviously unavi…
-
Within *xarray* there is no easy way to expose the full XML metadata in the files inside the `annotation` folder.
Options:
* add an entries into `.attrs` that contain the return value of `xmlschem…
-
### The problem you want to solve / 你想要解决的问题
App size is too big (150 MB).
应用大小太大了(150 MB)。
### Possible solution / 可能的解决方法
Windows App SDK 1.2 now supports .NET IL trimming, which can help …
-
**Describe the issue**:
When tuning with large datasets on a single machine with multiple gpus. Is there an easy way to just load the dataset for once and then share it across different trials? (Load…
-
Hi Xarray!
I really like your Library. But now I am stuck completely.
#### Code Sample, a copy-pastable example if possible
```python
import numpy as np
import xarray as xr
data = [1,2,3…
-
根据 [airockchip](https://github.com/airockchip)/[yolov5](https://github.com/airockchip/yolov5) 使用
```python
python export.py --rknpu rk3399pro
```
命令成功导出了 yolov5s.torchscript , 然后在rknn-toolkit-1…
-
I just noticed a strange behaviour when loading the package qgam.
The following MWE works as expected:
```
R version 4.1.0 (2021-05-18)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under…
-
Whenever I create a dataset with create_from_images_raw, and then run a training job, I run into the following error:
```
Traceback (most recent call last):
File "run_training.py", line 213, in…
-
Microsoft.AspNetCore.OData v8.0.8
In my EDM model I have a function declared in this way:
```
function = builder.Function("MyFunction");
function.Parameter("customId");
function.Returns();
```…