Skip to content

Support fsspec for reading remote directories #5165

@f4hy

Description

@f4hy

A common gotcha on my team is using hdfs or other remote storage systems as the location to store the tensorboard logs. If tensorflow>2.0 is installed this works just fine, but if tf is not installed at all then writing the output works only for local or s3 locations.

When using tensorboard to write logs installing tensorflow just to get remote directory access is a pretty heavy dependency to add. Would the team be open to replacing the remote file access with something like fsspec (what pandas uses for remote file support) instead of gfile? If so I would be happy to take on the project.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions