TensorFlow
TF2 installation
Section titled “TF2 installation”TF2 and TensorRT fix:
Section titled “TF2 and TensorRT fix:”AttributeError: module ‘keras’ has no attribute ‘ops’
Keras ops either is in another tree, or I have to downgrade to another version
Tensorflow Profiler
Section titled “Tensorflow Profiler”bug(not showing the profile logs): it is a bug from the tensorboard/profiler you just need to move the logs from inside the train or validations directories inside the logs directory up one level so they are on the same directory level of the “train” and “validation” directories, not inside them, then the profile will show.
Solution source (Not English).
Discussion of the problem on Github.
Please note that tensorboard profiler is getting updated constantly, this bug may not always appear, but other issues were reported with the profiler, so please research any problems faced, it may not be your installation or environment.