-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor/remove CLI #97
Conversation
autointent/configs/_optimization.py
Outdated
seed: int = 0 | ||
"""Seed for the random number generator""" | ||
data: DataConfig = field(default_factory=DataConfig) | ||
data: DataConfig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Надо будет продумать надо ли нам поддержку нескольких датасетов
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
обновил
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не понял что ты поменял, но ладно
Поддерживать сразу Python API и CLI тяжело. Предлагаю оставить только Python API. Если пользователю понадобится CLI, то пусть напишет для себя, обернув наш Python API с помощью argparse, click или что ему удобно.
Что думаете?
В следующем PR хочу настроить логирование нормально