Pytorch Profiler
Install & Build
- install Node.js
-
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - sudo apt-get install -y nodejs```
- install Yarn
-
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt update && sudo apt install yarn
3. shell `yarn` to prepare JS dependency
4. shell `yarn build:copy`
5. Go to `tb_plugin` folder and install the package using `python setup.py develop`
6. Launch tensorboard