Traffic-Sign-CNN
Traffic-Sign-CNN copied to clipboard
Deep learning network for traffic sign image classification
Results
1
Traffic-Sign-CNN issues
Sort by
recently updated
recently updated
newest added
hi. i run the code and get the NameError. in here we have the logits. ` tf.add_to_collection('logits', logits) return logits,weights logits,weights = LeNet(x) cross_entropy = tf.nn.softmax_cross_entropy_with_logits(logits=logits, labels=one_hot_y)` but in the...