From: Francois Fleuret Date: Fri, 13 Jan 2017 22:59:48 +0000 (+0100) Subject: OCD cosmetics. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=commitdiff_plain;h=a564f8d1eceeacc5b3ab27b0d88a0f4e375151f3 OCD cosmetics. --- 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 ###