tensorflow / benchmarks

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

Update tf_cnn_benchmarks for tf2.13 #533

Closed rahulbatra85 closed 1 year ago

reedwm commented 1 year ago

This is actually fixed internally. But we no longer sync tf_cnn_benchmarks internally to externally automatically, as tf_cnn_benchmarks is deprecated and unmaintained. A separate issue is preventing me from manually syncing tf_cnn_benchmarks internally to externally. I cannot merge any PRs due to this issue.

Do you still use tf_cnn_benchmarks? I very strongly recommend not using it anymore, and instead using TF2 models like the official models. If you still want to use tf_cnn_benchmarks however, I can fix the internal issue and manually sync it to get it to work with TF 2.13.

rahulbatra85 commented 1 year ago

@reedwm Thanks for your response on this.

Yes, we still use tf_cnn_benchmarks and evaluating a switch to official models. If you can sync it this one time, then that would be great. Thanks!

reedwm commented 1 year ago

Ok I synced and it should work with the TF master branch.

rahulbatra85 commented 1 year ago

Ok I synced and it should work with the TF master branch.

Thank you very much!