tf_examples icon indicating copy to clipboard operation
tf_examples copied to clipboard

TensorFlow and Scikit Flow examples

Results 3 tf_examples issues
Sort by recently updated
recently updated
newest added

hello v I'm unable to run this example using spyder(python3.5) https://gist.githubusercontent.com/ilblackdragon/e956a9da159aade0c893467e49afd057/raw/c1d61db5c748e007923d3fae2fbb85e7593a9087/titanic_all_features.py here is the error TypeError: unorderable types: int() < str() any suggestion please?

Hello, thanks for sharing the code. Originally, sequence-to-sequence is for language transformation. Can it be used for transforming(mapping) a numerical sequence to another numerical sequence. With respect to numerical sequence,...