update model_zoo/research/cv/Spnas/train.py.

This commit is contained in:
185******25 2021-08-19 03:50:42 +00:00 committed by Gitee
parent aab90b91f6
commit 6d252ad838
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@
import vega
if __name__=='__main__':
if __name__ == '__main__':
vega.run('./src/spnas.yml')
vega.set_backend('mindspore', 'NPU')