-
@jreadey, you used `hsload` to put our Hurricane Sandy netcdf4 file on HSDS:
```
(IOOS) rsignell@0e6be50c3dc2:~$ hsls /home/john/sandy.nc/
john domain 2017-09-07 22:1…
-
## タイトル: 拡散Transformerにおける潜在空間の分離により、高精度なゼロショットセマンティック編集が可能になる
## リンク: https://arxiv.org/abs/2411.08196
## 概要:
拡散トランスフォーマー(DiT)は、テキストガイド付き画像生成において目覚ましい成果を上げています。画像編集において、DiTはテキストと画像の入力を共通の潜在空間に射影し…
-
>Here is the enquiry email sending from a current user which might help those who have similar concerns.
Hi
I tested for one file, generated the ##.species.txt from HSFinder.py.
How do I genera…
-
h5tojson.py and jsontoh5.py can't convert files whose size is comparable to the amount of physical memory on the machine the convertor is running on.
-
After using h5pyd for a while, I'd like to propose a few new functions and changes to the Folder object. I believe these changes allow for more fluid file management programs and match the h5py syntax…
-
This code:
```python
import h5pyd
with h5pyd.File('hdf5://home/userme/foo.h5', mode='w') as f:
x = f.create_dataset('x', shape=(2, 3), dtype='i4')
x[...] = [[1, 2, 3]]
```
Produces er…
-
In the [Open Referral Legal Services](https://openreferral.org/?s=legal&submit=Search) working group call the issue came up of organisations that are only able to offer a particular service for a set …
-
We will discuss local caching on this issue.
-
I'd like to download multi-year outputs for multiple sites. I'm getting a rate limit and it would be useful to understand what the actual rate threshold is and also potential workarounds.
-
At present all taxonomy terms are held in the "taxonomy" table. A select distinct is needed to retrieve a list of vocabularies.
We can see a need for a separate "vocabulary" table with a one to man…