load_python | R Documentation |
DOES NOT WORK. Uses reticulate to load in the appropriate conda enviornment. Will then use source_python to load in python source code for using the GRU.
load_python(path_conda, path_py)
path_conda |
A path for use_condaenv. This conda enviornment requires numpy and tensorflow. |
path_py |
A path for gru_functions.py. This file contains to necessary python code to run the neural networks. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.