meta-soul / MetaSpore

A unified end-to-end machine intelligence platform
Apache License 2.0
642 stars 118 forks source link

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

Open andafterall opened 2 years ago

andafterall commented 2 years ago
Screen Shot 2022-06-20 at 5 56 37 PM Screen Shot 2022-06-20 at 5 59 01 PM
codingfun2022 commented 2 years ago

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

andafterall commented 2 years ago

@intelligencegear typo: trian_dataset => train_dataset