An open API service indexing awesome lists of open source software.

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

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 .
```