tensorflow / benchmarks

A benchmark framework for Tensorflow
Apache License 2.0
1.14k stars 632 forks source link

Stable branch for TF1.15? #433

Closed keerthanss closed 4 years ago

keerthanss commented 4 years ago

Hi,

I notice that there are many branches corresponding to the different versions of tensorflow, such as cnn_tf_v1.x_compatible. This goes on until 1.13 but there don't seem to be any after that. Can I use the main master itself for running benchmarks, or is it not yet stable? I needed to clarify this so that I could be sure of my measurements.

Thanks

reedwm commented 4 years ago

The main master branch is fine and works with TF 1.14 and up. This could change if I make more commits to master that break compatibility with older TF versions, but it is unlikely.

I also added branches cnn_tf_v1.14_compatible through cnn_tf_v2.1_compatible, which point to the same commit as master.