How do I input a multi-datatype array (float and string) into tf.data.Dataset.from_tensor_slices() from TensorFlow Keras using python?

前端 未结 0 668
余生分开走
余生分开走 2021-01-12 00:48

So here\'s the code I have

```
import numpy as np
import pandas as pd

import tensorflow as tf

from tensorflow import feature_column
from tensorflow.keras im         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题