# torch-hdf5 **Repository Path**: mirrors_deepmind/torch-hdf5 ## Basic Information - **Project Name**: torch-hdf5 - **Description**: Torch interface to HDF5 library - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-27 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # torch-hdf5 This package allows you to read and write Torch data from and to [HDF5](http://en.wikipedia.org/wiki/Hierarchical_Data_Format) files. The format is fast, flexible, and supported by a wide range of other software - including **MATLAB**, **Python**, and **R**. [![Build Status](https://travis-ci.org/deepmind/torch-hdf5.png?branch=master)](https://travis-ci.org/deepmind/torch-hdf5) ## Usage For further information, please consult [the user manual](doc/usage.md).