From fa6439143c9915cbe9e827641109567756d30298 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:43:15 -0300 Subject: [PATCH] Fix broken Markdown headings --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f3304ad..1c749cf 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -#NeuralTalk +# NeuralTalk **Warning: Deprecated.** Hi there, this code is now quite old and inefficient, and now deprecated. I am leaving it on Github for educational purposes, but if you would like to run or train image captioning I warmly recommend my new code release [NeuralTalk2](https://github.com/karpathy/neuraltalk2). NeuralTalk2 is written in [Torch](http://torch.ch/) and is SIGNIFICANTLY (I mean, ~100x+) faster because it is batched and runs on the GPU. It also supports CNN finetuning, which helps a lot with performance.