Results 7 comments of eli
trafficstars

哇, 你真细心! `file_list = [] for extension in extensions: file_glob = os.path.join('./tttt', '*.' + extension) file_list.extend(gfile.Glob(file_glob)) file_list Out[11]: ['.\\tttt\\0018_num6235.png', '.\\tttt\\0023_num5141.png', '.\\tttt\\0023_num8005.png', '.\\tttt\\0018_num6235.png', '.\\tttt\\0023_num5141.png', '.\\tttt\\0023_num8005.png']` 这样可能会解决这个重复的问题: ` for file_name in list(set(file_list)):`

i find that in numerical set [1,2,3,4,5,6,7,8,9,0] , this model do not perform very well , is there any further solution to handle this? thanks a lot!

especially between 1 and 7

![image](https://user-images.githubusercontent.com/19897495/35612992-8d44f35e-06a5-11e8-9c4a-2994f51aa42c.png)

![image](https://user-images.githubusercontent.com/19897495/35656333-d6257850-0731-11e8-844b-c600c2fdd1b6.png)

what slim do in the situation :Filter is larger than the input_featuremap: Filter: (3, 3) Input: (2, 2) can you give a example to explain how it works? thanks a...

i get it ! in tensorflow issues, i find that: Remove unnecessary input-size requirement for convolutions with padding='SAME'