Skip to content
#

deep-neural-networks

Here are 4,563 public repositories matching this topic...

askhade
askhade commented Jan 19, 2021

Add a new API for converting a model to external data. Today the conversion happens in 2 steps
external_data_helper.convert_model_to_external_data(<model>, <all_tensors_to_one_file>, <size_threshold>) save_model(model, output_path)
We want to add another api which combines the 2 steps
`
save_model_to_external_data(, <output_

Improve this page

Add a description, image, and links to the deep-neural-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the deep-neural-networks topic, visit your repo's landing page and select "manage topics."

Learn more