Skip to content

Commit

Permalink
update docu #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nprouvost committed Feb 6, 2024
1 parent 6fe8d25 commit aa7b122
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ flowchart TD
A[CreateRuntimeConfig] --> B[MeasureRuntime]
B --> |merge the results for different batch sizes| C[MergeRuntimes]
C --> D[PlotRuntimes]
C --> E[PlotRuntimesMultipleCMSSW]
C --> F[PlotRuntimesMultipleNetworks]
C --> E[PlotRuntimesMultipleParams]
```

A task is run with the command `law run` followed by the name of the task.
Expand Down Expand Up @@ -85,7 +84,6 @@ law run PlotRuntimes --version test_mlprof --print-output 0

This tools uses the c++ `<chrono>` library for runtime measurements and (soon) [IgProf](https://igprof.org/) for the memory profiling.
It allows for the measurement of TensorFlow graphs with several input layers.
The inputs can be up to 3 dimensional.
As this tool is set to work in CMSSW, it requires a frozen graph (it is recommended to use the cmsml [save_graph](https://cmsml.readthedocs.io/en/latest/api/tensorflow.html#cmsml.tensorflow.save_graph) function with the argument "True" for variables_to_constant).


Expand Down

0 comments on commit aa7b122

Please sign in to comment.