From 25a978b2d3a63ba86f242311efc71ee23cc74231 Mon Sep 17 00:00:00 2001 From: Rafael Cosman Date: Sat, 25 Jun 2016 08:16:27 -0400 Subject: [PATCH] Removes broken patches link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d227455..1458d93 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Create neural network with a [5, 10, 3] architecture with a `softmax` output lay * **Branching**: Enable to easily express complex complex topologies with a fluent API. See [Branching](https://cgarciae.gitbooks.io/tensorbuilder/content/branching/). * **Scoping**: Enable you to express scopes for your tensor graph using methods such as `tf.device` and `tf.variable_scope` with the same fluent API. [Scoping](https://cgarciae.gitbooks.io/tensorbuilder/content/scoping/). * **DSL**: Use an abbreviated notation with a functional style to make the creation of networks faster, structural changes easier, and reuse code. See [DSL](https://cgarciae.gitbooks.io/tensorbuilder/content/dsl/). -* **Patches**: Add functions from other Tensor-based libraries as methods of the Builder class. TensorBuilder gives you a curated patch plus some specific patches from `TensorFlow` and `TFLearn`, but you can build you own to make TensorBuilder what you want it to be. See [Patches](https://cgarciae.gitbooks.io/tensorbuilder/content/patches/). +* **Patches**: Add functions from other Tensor-based libraries as methods of the Builder class. TensorBuilder gives you a curated patch plus some specific patches from `TensorFlow` and `TFLearn`, but you can build you own to make TensorBuilder what you want it to be. ## Documentation * [Complete API](http://cgarciae.github.io/tensorbuilder/api/index.html).