v0.2.0 #94
Unanswered
leonwanghui
asked this question in
Q&A
v0.2.0
#94
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Released 2021-06-07.
Major Features and Improvements
text
module to provide the basic dataset loading and preprocessing in NLP scenarios. #53 #73mindspore
module dependencies fromv1.1.1
tov1.2.0
. #81 #84Client
andServer
communication interface inserving
module. #76hub
module to enable loading lots of pre-trained models, incluidnglenet5_v1
,resnet50_v1
,alexnet_v1
,vgg16_v1
,mobilenet_v2
andssd300_v1
. #86 #93Model Park
AlexNet
,DenseNet100
,VGG16
,SentimentNet
,Bert
. #59 #89 #63 #67API Change
serving
entrypoint function withClient
andServer
class interface.hub.load
method to easily load pretrained model and apply model evaluation and inference operation.For the detailed API changes, please find TinyMS Python API in API Documentation.
Backwards Incompatible Change
None
Bug fixes
batch_norm
asTrue
by default in VGG16 to fix the converge problem of accuracy. #90Contributors
Great thanks go to these wonderful people:
@zjuter0126, @Mickls, @leonwanghui, @hannibalhuang, @hellowaywewe, @huxiaoman7
This discussion was created from the release v0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions