FastBERT icon indicating copy to clipboard operation
FastBERT copied to clipboard

pypi/fastbert/fastbert.py 一个参数名拼写错误

Open liuyair opened this issue 3 years ago • 1 comments

line 234:

        self._self_distillation(
            sentences_train, batch_size, learning_rate, epochs_num,
            warmup, report_steps, model_saving_pathm, sentences_dev,
            labels_dev, dev_speed, verbose
        )

model_saving_pathm应该是model_saving_path

liuyair avatar Aug 01 '20 02:08 liuyair

line 234:

        self._self_distillation(
            sentences_train, batch_size, learning_rate, epochs_num,
            warmup, report_steps, model_saving_pathm, sentences_dev,
            labels_dev, dev_speed, verbose
        )

model_saving_pathm应该是model_saving_path

多谢您发现这个问题。

Pypi版本还没有完成,我将在8月10日左右进行一次大的更新哈,届时修复这个问题。

autoliuweijie avatar Aug 01 '20 07:08 autoliuweijie