-
This came up in the ISWAT meeting 2021-03-17 so I'll add it here to trigger a discussion at a future meeting. People were asking if HAPI could server a series of image data (i.e., FITS images of the s…
-
The score of the Beethoven quartets can't be parsed. I receive the following error:
```
rs/micchig/PycharmProjects/When-in-Rome/Corpus/Quartets/Beethoven,_Ludwig_van/Op059_No2/4/
Error with: /Users…
-
### 🐛 Describe the bug
使用huggingface的模型接口,加载glm,按照gpt2示例的方式运行训练代码,数据集合采用自建数据集,数据集的运行模式如下,仅仅修改了https://github.com/hpcaitech/ColossalAI/blob/dbc01b9c0479a6fd3fb04450b9dc01b5162d8c0d/examples/language…
-
The `segment` function is not able to handle `datetime` objects. This needs to work, as an example for the GDP dataset. The following should work, but does not:
```
import xarray as xr
from cloud…
-
### Project Description
The DICOM Segmentation format is used to store image segmentations in DICOM format. Using DICOM Segmentations, which use the DICOM information model and can be communicate…
-
On my system running the pipeline using the Geolife dataset fails. I would appreciate your help in resolving this issue. Thank you,
My environment:
Lenovo ThinkPad T15g Gen 2i with 128 GB memory
…
-
Hello,
Firstly, thanks for the great work! After reading "LEMON: Language-Based Environment Manipulation via Execution-Guided Pre-training", I wanted to reproduce the results on Propara. However I …
-
Hi, there. I'm trying to extract features with the released VATLM pre-trained models. Here's what I did.
Firstly, I tried loading the pre-trained model:
```
# cwd: ..../av_hubert
import vathuber…
-
Observed:
running ` /usr/bin/vdirsyncer -v debug sync` and the process hangs in one thread.
Expected: Sync completes. It did before the move to Debian buster and switch of vdirsyncer version. Or a…
-
```
#!/usr/bin/python3
# Configure a raw stream and capture an image from it.
import time
from picamera2 import Picamera2, Preview
picam2 = Picamera2()
picam2.start_preview(Preview.QTGL)
…