X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=blobdiff_plain;f=README.md;fp=README.md;h=290a4f95afb8aa858d8b10ee06075aa25c00487f;hp=0cfc293753cc3b14e3396390bc469ae3bca15321;hb=a564f8d1eceeacc5b3ab27b0d88a0f4e375151f3;hpb=9a81809afa58d9c9d675e6697ca816353434445b diff --git a/README.md b/README.md index 0cfc293..290a4f9 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 ###