Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
liuyair opened this issue Aug 1, 2020 · 1 comment
Open

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

liuyair opened this issue Aug 1, 2020 · 1 comment

Comments

@liuyair
Copy link

liuyair commented Aug 1, 2020

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

@autoliuweijie
Copy link
Owner

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日左右进行一次大的更新哈,届时修复这个问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants