soumith / convnet-benchmarks

Easy benchmarking of all publicly accessible implementations of convnets
MIT License
2.68k stars 577 forks source link

Tensorflow benchmark files not updated after migration? #134

Open hit1001 opened 7 years ago

hit1001 commented 7 years ago

After trying benchmark_googlenet.py to benchmark, i ran into "TypeError: Expected int32, got list containing Tensors of type '_Message' instead." After searching through i found some links that the tensorflow might not support the old features. Such as tf.concat function.

i think the files uses the old functions from the tensorflow.