forked from mindspore-Ecosystem/mindspore
net_parameter_init
This commit is contained in:
parent
3e691e54f5
commit
8c2442192a
|
@ -424,6 +424,7 @@ def export(net, *inputs, file_name, file_format='GEIR'):
|
|||
if is_training:
|
||||
net.set_train(mode=False)
|
||||
# export model
|
||||
net.init_parameters_data()
|
||||
if file_format == 'GEIR':
|
||||
_executor.compile(net, *inputs, phase='export')
|
||||
_executor.export(net, file_name, file_format)
|
||||
|
|
Loading…
Reference in New Issue