From a564f8d1eceeacc5b3ab27b0d88a0f4e375151f3 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 13 Jan 2017 23:59:48 +0100 Subject: [PATCH] OCD cosmetics. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ### -- 2.20.1