torchoutil
Github
PyPI
Github
PyPI
Quick search
torchoutil
torchoutil package
Docs
»
torchoutil
»
torchoutil package
»
torchoutil.extras package
»
torchoutil.extras.hdf package
»
torchoutil.extras.hdf.common module
← torchoutil.extras.hdf package
torchoutil.extras.hdf.dataset module →
torchoutil.extras.hdf.common module
¶
class
HDFDatasetAttributes
(
*
args
,
**
kwargs
,
)
[source]
¶
Bases:
dict
added_columns
:
List
[
str
]
¶
creation_date
:
str
¶
encoding
:
str
¶
file_kwds
:
Dict
[
str
,
Any
]
¶
global_hash_value
:
int
¶
info
:
Dict
[
str
,
Any
]
¶
item_type
:
Literal
[
'dict'
,
'tuple'
]
¶
length
:
int
¶
load_as_complex
:
Dict
[
str
,
bool
]
¶
pre_transform
:
str
¶
shape_suffix
:
str
¶
source_dataset
:
str
¶
src_np_dtypes
:
Dict
[
str
,
dtype
]
¶
torchoutil_version
:
str
¶
use_vlen_str
:
bool
¶
user_attrs
:
Any
¶
← torchoutil.extras.hdf package
torchoutil.extras.hdf.dataset module →