-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
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.
vdabravolski and d4l3k