Commit bbe34866 authored by HanGuobiao's avatar HanGuobiao Committed by Yuxin Wu

Update symbolic.md (#613)

parent 641c4b25
...@@ -86,5 +86,5 @@ to be handled in those libraries, though. ...@@ -86,5 +86,5 @@ to be handled in those libraries, though.
It is a bit different to use sonnet/Keras. It is a bit different to use sonnet/Keras.
sonnet/Keras manages the variable scope by their own model classes, and calling their symbolic functions sonnet/Keras manages the variable scope by their own model classes, and calling their symbolic functions
always creates new variable scope. See the [Keras example](../examples/mnist-keras.py) for how to use it within tensorpack. always creates new variable scope. See the [Keras example](../examples/keras) for how to use it within tensorpack.
The support is only preliminary for now. The support is only preliminary for now.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment