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

create different trainers for different tasks #8

Open
satyajitghana opened this issue Sep 6, 2020 · 0 comments
Open

create different trainers for different tasks #8

satyajitghana opened this issue Sep 6, 2020 · 0 comments

Comments

@satyajitghana
Copy link
Member

Now that we have to train GANs as well, why not have different Trainers for different tasks, like

ClassifierTrainer
GANTrainer
LSTMTrainer
BERTTrainer

each of the trainer is responsible to know how to train that kind of network and has the training loop and test loop in them, we can expose an api for users to add their own Trainers !

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

1 participant