-
Notifications
You must be signed in to change notification settings - Fork 5
adversarial augmentation #251
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
base: dev
Are you sure you want to change the base?
Conversation
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.
в целом все ок, работаем дальше!
помимо того что я написал в комментах есть следующие замечания:
- надо протестировать руками, прямо испортировать из библиотеки и позапускать
- надо добавить асинхронный режим работы
- надо исправить ошибки mypy
- надо запустить форматтер кода
когда будешь тестировать руками следи чтобы все лимиты опенаи не потратить)
чтобы добавить асинхронный режим работы можешь вдохновиться тем как у нас реализован эволвер
исправление ошибок mypy это вещь ситуативная для каждой ошибки, но если коротко то чаще всего тебе надо удостовериться
- что ты везде правильно указал принимаемые и возвращаемые типы
- что ты действительно подаешь правильные объекты на вход
- либо расставить
# type: ignore[тип ошибки]
autointent/generation/utterances/_adversarial/critic_human_like.py
Outdated
Show resolved
Hide resolved
autointent/generation/utterances/_adversarial/critic_human_like.py
Outdated
Show resolved
Hide resolved
autointent/generation/utterances/_adversarial/critic_human_like.py
Outdated
Show resolved
Hide resolved
autointent/generation/utterances/_adversarial/human_utterance_generator.py
Outdated
Show resolved
Hide resolved
autointent/generation/utterances/_adversarial/human_utterance_generator.py
Outdated
Show resolved
Hide resolved
autointent/generation/utterances/_adversarial/human_utterance_generator.py
Outdated
Show resolved
Hide resolved
autointent/generation/utterances/_adversarial/human_utterance_generator.py
Outdated
Show resolved
Hide resolved
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.
отлично! теперь все будет работать конкурентно
сделай маленькое изменение которое я описал и исправь ошибки тайпинга
No description provided.