From: Francois Fleuret Date: Mon, 16 Jan 2017 06:41:01 +0000 (+0100) Subject: Updated with DAG:setLabel() X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dagnn.git;a=commitdiff_plain;h=5c3efd2255845ee3015905c3c861c360c1bc1e09 Updated with DAG:setLabel() --- diff --git a/README.md b/README.md index a0238fa..c641e03 100644 --- a/README.md +++ b/README.md @@ -115,3 +115,7 @@ a pdf file with ``` dot graph.dot -T pdf -o graph.pdf ``` + +### nn.DAG:setLabel(module, name) ### + +Add a label to the given module, that will be used for DAG:print() and DAG:saveDot()