i-robot
6aac4e42d0
Merge pull request !23460 from linqingke/gpt |
||
---|---|---|
.. | ||
community | ||
how_to_contribute | ||
official | ||
research | ||
utils | ||
OWNERS | ||
README.md | ||
README_CN.md | ||
__init__.py |
README.md
Welcome to the Model Zoo for MindSpore
In order to facilitate developers to enjoy the benefits of MindSpore framework, we will continue to add typical networks and some of the related pre-trained models. If you have needs for the model zoo, you can file an issue on gitee or MindSpore, We will consider it in time.
-
SOTA models using the latest MindSpore APIs
-
The best benefits from MindSpore
-
Officially maintained and supported
Table of Contents
Announcements
Date | News |
---|---|
September 25, 2020 | Support MindSpore v1.0.0 |
September 01, 2020 | Support MindSpore v0.7.0-beta |
July 31, 2020 | Support MindSpore v0.6.0-beta |
Related Website
Here is the ModelZoo for MindSpore which support different devices including Ascend, GPU, CPU and mobile.
If you are looking for exclusive models only for Ascend using different ML platform, you could refer to Ascend ModelZoo and corresponding gitee repository
Modelzoo will be transferred to a new repo models.
Disclaimers
Mindspore only provides scripts that downloads and preprocesses public datasets. We do not own these datasets and are not responsible for their quality or maintenance. Please make sure you have permission to use the dataset under the dataset’s license. The models trained on these dataset are for non-commercial research and educational purpose only.
To dataset owners: we will remove or update all public content upon request if you don’t want your dataset included on Mindspore, or wish to update it in any way. Please contact us through a Github/Gitee issue. Your understanding and contribution to this community is greatly appreciated.
MindSpore is Apache 2.0 licensed. Please see the LICENSE file.
License
FAQ
-
Q: How to resolve the lack of memory while using
PYNATIVE_MODE
with errors such as Failed to alloc memory pool memory?A:
PYNATIVE_MODE
usually requires more memory thanGRAPH_MODE
, especially in training process which have to deal with back propagation. You could try using smaller batch size. -
Q: How to resolve the error about the interface not supported, such as
cann not import
?A: Please check the version of MindSpore and the branch you fetch the modelzoo scripts. Some model scripits in latest branch will use new interface in the latest version of MindSpore.