mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-17 14:26:08 +00:00
new prefix for model slim
This commit is contained in:
@@ -27,5 +27,5 @@ for k,v in arg_params.iteritems():
|
||||
dellist.append(k)
|
||||
for d in dellist:
|
||||
del arg_params[d]
|
||||
mx.model.save_checkpoint(prefix, 0, sym, arg_params, aux_params)
|
||||
mx.model.save_checkpoint(prefix+"s", 0, sym, arg_params, aux_params)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user