spotify-tensorflow icon indicating copy to clipboard operation
spotify-tensorflow copied to clipboard

Provides Spotify-specific TensorFlow helpers

Results 16 spotify-tensorflow issues
Sort by recently updated
recently updated
newest added

Need a proper helper function that works both local and gs path to replace `os.path.join`

bug
enhancement

See `pbr` docs here: https://docs.openstack.org/pbr/3.0.1/#testing

packaging

Seems to be the future: https://github.com/pypa/pipenv

question
packaging

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] } ``` ``` ......

enhancement
help wanted
question

`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```