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

Multi Class Classification | Base Config Issue #75

Closed
chintanckg opened this issue May 20, 2021 · 2 comments
Closed

Multi Class Classification | Base Config Issue #75

chintanckg opened this issue May 20, 2021 · 2 comments

Comments

@chintanckg
Copy link

While setting up project for Multiclass classification, in the very first step below:

(base)C:\WINDOWS\system32>autonlp create_project --name custom_classifier --language en --task multi_class_classification

INFO Creating project: custom_classifier with task: multi_class_classification
INFO 🗝 Retrieving credentials from config...
ERROR ❌ Oops! Something failed in AutoNLP backend..
ERROR Error code: 400; Details: 'Invalid config: 1 validation error for BaseConfig
max_models
field required (type=value_error.missing)'

@SBrandeis
Copy link
Contributor

Hello @chintanckg, it looks like you're using an old version of AutoNLP.

Please make sure you are using the latest version of the package (0.2.6).

If that's not the case, you can update to the latest version by running: pip install -U autonlp.

Let me know if this helps!

@chintanckg
Copy link
Author

This helped, thanks @SBrandeis.

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