質問編集履歴

1

error not clearly defined in the question

2018/06/25 11:45

投稿

AliHassan
AliHassan

スコア351

test CHANGED
@@ -1 +1 @@
1
- how to parse string in tensorflow
1
+ .CSV files convert into python model but there is one issue columns contains string and bool values
test CHANGED
@@ -1,4 +1,4 @@
1
- i have a .csv file , in which 3 columns have 3 values and 1 have bool value now i can parse .csv file according to python model. so that tensorflow operation apply on it
1
+ i have a .csv file , in which 12 , 3 columns have string values and 1 have bool value now i can parse .csv file according to python model. so that tensorflow operation apply on it
2
2
 
3
3
 
4
4