X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=38ddaa613b442f212173dca04f127877df38932d;hb=refs%2Fheads%2Fmaster;hp=02a57fea51040a0e839611efb319972f469d3ec1;hpb=3852c3ac94ace5b904558c1ea9398a812d978bc4;p=profiler-torch.git diff --git a/README.md b/README.md index 02a57fe..38ddaa6 100644 --- 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 -```lua +```Lua require 'torch' require 'nn' require 'profiler' @@ -51,7 +51,7 @@ which prints :updateOutput 0.19s [6.34%] (1.9mus/sample) ``` -##Usage## +## Usage ## ### profiler.color ###