Metal train 得到了一个意想不到的关键字参数“n_epochs”

我正在编写 Python 代码,在这部分代码中,我想使用 Metal 来训练我的模型,如下所示:


from metal.label_model import LabelModel

gen_model = LabelModel()

%time gen_model.train(L_train[0], n_epochs=500, print_every=100)

但这给出了:


TypeError                                 

Traceback (most recent call last)

<timed eval> in <module>


TypeError: train() got an unexpected keyword argument 'n_epochs'


茅侃侃
浏览 211回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python