spotify-tensorflow
spotify-tensorflow copied to clipboard
Provides Spotify-specific TensorFlow helpers
Need a proper helper function that works both local and gs path to replace `os.path.join`
See `pbr` docs here: https://docs.openstack.org/pbr/3.0.1/#testing
Right now the DataFrame and Dictionary reads will fail on Sparse Tensor reads from TF. One way forward is to use Tensorflow to stack these tensors but this is expensive...
There is a production case like this: ``` case class TrainingExample(indices: List[Int], data: List[Float], label: Float, weight: Float) object TestFeatureSpec { val featuresType: TensorFlowType[TrainingExample] = TensorFlowType[TrainingExample] } ``` ``` ......
`tfr-read` is not compatible with the M1. Running ```tfr-read gs://my-path``` results in this error: ```[1] 72382 illegal hardware instruction tfr-read```