Skip to content

Commit

Permalink
Remove space in list
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Jan 25, 2023
1 parent 2697945 commit f2e8d28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dataset/tensor-list/vTensor.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ID,boolTensor,doubleTensor,intTensor,oneDimInt
0,"[true, false]","[[0.1, 0.2], [0.3, 0.4]]","[[[1,2], [3,4]], [[5,6], [7,8]]]",1
3,"[true, false]","[[0.1, 0.2], [0.3, 0.4]]","[[[3,4], [5,6]], [[7,8], [9,10]]]",2
4,"[false, true]","[[0.4, 0.8], [0.7, 0.6]]","[[[5,6], [7,8]], [[9,10], [11,12]]]",
5,"[true, true]","[[0.4, 0.9], [0.5, 0.2]]","[[[7,8], [9,10]], [[11,12], [13,14]]]",
6,"[false, true]","[[0.2, 0.4], [0.5, 0.1]]","[[[9,10], [11,12]], [[13,14], [15,16]]]",5
8,"[false, true]","[[0.6, 0.4], [0.6, 0.1]]","[[[11,12], [13,14]], [[15,16], [17,18]]]",6
0,"[true,false]","[[0.1,0.2],[0.3,0.4]]","[[[1,2],[3,4]],[[5,6],[7,8]]]",1
3,"[true,false]","[[0.1,0.2],[0.3,0.4]]","[[[3,4],[5,6]],[[7,8],[9,10]]]",2
4,"[false,true]","[[0.4,0.8],[0.7,0.6]]","[[[5,6],[7,8]],[[9,10],[11,12]]]",
5,"[true,true]","[[0.4,0.9],[0.5,0.2]]","[[[7,8],[9,10]],[[11,12],[13,14]]]",
6,"[false,true]","[[0.2,0.4],[0.5,0.1]]","[[[9,10],[11,12]],[[13,14],[15,16]]]",5
8,"[false,true]","[[0.6,0.4],[0.6,0.1]]","[[[11,12],[13,14]],[[15,16],[17,18]]]",6

0 comments on commit f2e8d28

Please sign in to comment.