I am trying to follow the tf profiling tool tutorial. But I keep getting this page. I tried reinstall tensorflow and tensorboard in different versions, and double checked the profiler is installed to right python version and tensorboard. Any help would be appreciate!
I use cpu only macbook pro(not m1 chip) and tf27.
± more /Users/username/Library/Jupyter/kernels/python3/kernel.json
{
"argv": [
"/usr/local/opt/python@3.7/bin/python3.7",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"display_name": "Python 3 (ipykernel)",
"language": "python",
"metadata": {
"debugger": true
}
}
± which pip3
/usr/local/opt/python@3.7/bin/pip3
± pip3 list | grep tensor
WARNING: Ignoring invalid distribution -olorlog (/usr/local/lib/python3.7/site-packages)
tensorboard 2.7.0
tensorboard-data-server 0.6.1
tensorboard-plugin-profile 2.5.0 <=====
tensorboard-plugin-wit 1.8.0
tensorflow 2.7.1
tensorflow-addons 0.17.1
tensorflow-datasets 4.5.0
tensorflow-estimator 2.7.0
tensorflow-hub 0.12.0
tensorflow-io-gcs-filesystem 0.26.0
tensorflow-metadata 1.10.0
tensorflow-probability 0.11.1
tensorflow-ranking 0.5.0
tensorflow-text 2.7.3
WARNING: Ignoring invalid distribution -olorlog (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -olorlog (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -olorlog (/usr/local/lib/python3.7/site-packages)
± which tensorboard
/usr/local/bin/tensorboard
± tensorboard --version
2.7.0
