reuse_server() does not work with pytorch ExportedProgram #231
Labels
stat:contribution welcome
Status - We are welcoming of any community contributions for this issue
type:feature
Feature requests
Hi, very nice application! I noticed that the visualize_pytorch() api was missing a reuse_server option, and tried using visualize_from_config() with add_model_from_pytorch as a workaround. This however fails to send the json generated from the ExportedProgram to the server.
It seems like all parts needed to fix this are in place and I was able to do a hacky-fix where I just added a new field "pytorch_json" to the get/set_transferable data functions in the config and modified the '/api/v1/load_graphs_json' route. Maybe you could make or suggest a better solution? Thanks!
The text was updated successfully, but these errors were encountered: