projects
/
profiler-torch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a81809
)
OCD cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 13 Jan 2017 22:59:48 +0000
(23:59 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 13 Jan 2017 22:59:48 +0000
(23:59 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
0cfc293
..
290a4f9
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-1,5
+1,5
@@
-#
Introduction
#
+#
Introduction
#
This is a simple profiler for torch to estimate processing time per module per function.
@@
-9,7
+9,7
@@
It seems to work okay, but there was no heavy testing so far. See test-profiler.
A simple example would be
-```
l
ua
+```
L
ua
require 'torch'
require 'nn'
require 'profiler'
@@
-51,7
+51,7
@@
which prints
:updateOutput 0.19s [6.34%] (1.9mus/sample)
```
-##
Usage
##
+##
Usage
##
### profiler.color ###