AnacondaRecipes / tensorflow_recipes

Tensorflow conda recipes
27 stars 26 forks source link

Fix tensorboard dependency on tensorboard-data-server. #34

Closed antkneed closed 3 years ago

antkneed commented 3 years ago

The tensorboard-data-server package provides a new flag --load-fast that only has an implementation on linux-64 and osx-64. All other platforms only provide a shell module that errors if it gets invoked.

A bit more about it can be read in the initial update to tensorboard.

I am open-minded about this update to tensorboard, but tensorboard-data-server is available in defaults now.

antkneed commented 3 years ago

It looks like this might even still be experimental: more info