Joao P C Bertoldo
Joao P C Bertoldo
Hi, thank you for you advices. I ended up using `h5glance`. However, I noticed that it is not possible to use `qt` applications when i am running `jupyter lab` in...
> Which tools do you need? Mostly the 3d dataset viewer.
There is no error message in fact. I only use the virtual dataset to figure out the links that I need to the individual chunk files. At the moment that...
This is where the read operation happens inside [`h5py._hl.dataset.Dataset.__getitem__`](https://github.com/h5py/h5py/blob/71a82d9fc99245181747a8630b45373ae1606de0/h5py/_hl/dataset.py#L787) (line 787).  function `h5s.create_simple` ([link](https://github.com/h5py/h5py/blob/71a82d9fc99245181747a8630b45373ae1606de0/h5py/h5s.pyx#L76)): i don`t understand what this does then there is the `self.id.read`, where `self.id` is ...
> One question: where are your files ? NFS/GPFS or local ? I'm not sure, but if it helps I'm working on the "rnice" cluster at ESRF. These files where...
Hi Jerome, Thanks for that info, I wasn't aware of that. 1) Sorry, I don't know what these 'lima files' are. From those files I tested on, is it possible...
> I tried to read your 28G of data from a computer connected with a 10G link to the storage, in NFS (hence sub-optimal) and this is what I got:...
I'd be happy to do both but perhaps can the core contributors validate/reject the idea?
> Recently we made this switch to timm as it has a feature extractor, ... ``` self.feature_extractor = timm.create_model( backbone, pretrained=pre_trained, features_only=True, exportable=True, out_indices=self.idx, ) ``` It's this `features_only=True` you...
Ok, so just some documentation update.