We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b2de4 commit 50588aaCopy full SHA for 50588aa
README.md
@@ -70,7 +70,7 @@ For more installation instructions, please refer to [Installtion](https://tensor
70
You can immediately use tensorlayerx to define a model, using your favourite framework in the background, like so:
71
```python
72
import os
73
-os.environ['TL_BACKEND'] = 'tensorflow' # Just modify this line, easily change to any framework!
+os.environ['TL_BACKEND'] = 'tensorflow' # modify this line, switch to any framework easily!
74
#os.environ['TL_BACKEND'] = 'mindspore'
75
#os.environ['TL_BACKEND'] = 'paddle'
76
#os.environ['TL_BACKEND'] = 'torch'
0 commit comments