https://github.com/mzur/tfprof
A Docker image containing the TensorFlow Profiler
https://github.com/mzur/tfprof
docker-image tensorflow tensorflow-profiler
Last synced: 2 months ago
JSON representation
A Docker image containing the TensorFlow Profiler
- Host: GitHub
- URL: https://github.com/mzur/tfprof
- Owner: mzur
- Created: 2018-12-14T08:55:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T10:15:41.000Z (over 7 years ago)
- Last Synced: 2025-03-06T12:52:07.940Z (over 1 year ago)
- Topics: docker-image, tensorflow, tensorflow-profiler
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow Profiler Docker Image
This is a Docker image containing the [TensorFlow Profiler](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/core/profiler).
## Usage
Assuming you have the existing TensorFlow profile `profile_0` in the current working directory:
```
docker run --rm -it -v $(pwd):/profiles mzur/tfprof tfprof --profile_path=/profiles/profile_0
```
## Build
```
docker build -t mzur/tfprof .
```