You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create a web request to save the file to a remote server. You should be in control of that remote server so that you can ensure that it is able to handle the request.
The model will be sent to the specified HTTP server via a POST request. The body of the POST is in the multipart/form-data format and consists of the file
See: https://www.tensorflow.org/js/guide/save_load#https_request
The text was updated successfully, but these errors were encountered: