Closed chester-leung closed 3 years ago
Previously, there was a bug when invoking load_model() remotely. This PR fixes that bug and adds a remote invocation of load_model() in the remote-control() demo.
load_model()
remote-control()
Previously, there was a bug when invoking
load_model()
remotely. This PR fixes that bug and adds a remote invocation ofload_model()
in theremote-control()
demo.