Skip to content

jacquayj/tf_irods_fs

Repository files navigation

tf_irods_fs: TensorFlow iRODS Filesystem

A native iRODS filesystem for TensorFlow

Helpful Development Links

Deps

  • A python environment with tensorflow installed

Build

$ ./build.sh

Usage

import tensorflow as tf

tf.load_library('irods_file_system.so')

with tf.io.gfile.GFile("irods://path/to/file.txt", mode='w') as f:
    f.write("hi")

About

A native iRODS filesystem for TensorFlow 📁

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published