TensorFlow-Xception
TensorFlow-Xception copied to clipboard
TensorFlow implementation of the Xception Model by François Chollet
I find you don't add the bn ops while inference,is that don't need add this ops in update_ops?
@kwotsin I want to use the Xception model as feature extractor not for classification for my own dataset. According to my understanding to this point, i must have a pretrained...
Hi, @mlopezantequera @kwotsin Thank you for sharing so nice codes to us. I have tested successfully with my code with the AlexNet model which implemented by tensorflow, however there is...
line 42 less'_'before main
Hi @kwotsin, A bunch of thanks for implementing the xception network on tensorflow. I am looking at **page-5** of xception paper ([xception](https://arxiv.org/pdf/1610.02357.pdf)) and noticed that in your implementation exit flow...
for record in tf.python_io.tf_record_iterator(tfrecord_file): not executed,and num_samples=0,how to fix it