You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
In this chapter, it would be nice to also see how to use more than 1 GPU.
in my custom script I have a build_trainer() method that returns an instance of a GradientDescentTrainer that I initialize like this:
Yes, this is something that currently is not very easy in your own script, unfortunately. You'd want to pattern your code after what we do in the file you referenced. There's probably some refactoring we could do to make this easier, but it's not high on our priority list right now.
Hello, I'd like to know if this chapter will ever be written, now that AllenNLP goes into maintenance mode. If not, is there any good example scripts that I can look at or modify to write my own training loop?
Thanks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is just a placeholder: https://guide.allennlp.org/writing-your-own-script
The text was updated successfully, but these errors were encountered: