MetaSpore icon indicating copy to clipboard operation
MetaSpore copied to clipboard

[demo][bug] Setting estimator.updater must be executed before calling estimator.fit

Open andafterall opened this issue 3 years ago • 2 comments

Screen Shot 2022-06-20 at 5 56 37 PM Screen Shot 2022-06-20 at 5 59 01 PM

andafterall avatar Jun 20 '22 09:06 andafterall

Using estimator = ms.PyTorchEstimator(..., updater=ms.AdamTensorUpdater(adam_learning_rate), ...) is better.

codingfun2022 avatar Jun 21 '22 03:06 codingfun2022

@intelligencegear typo: trian_dataset => train_dataset

andafterall avatar Jun 21 '22 03:06 andafterall