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
I am wondering if their is a way to train a detectron2 model outside of EventStorage context
For exemple, I have already my own way of storing training information of a pytorch. I would like to be able to simply train like this : https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html#train-the-network, instead of having to train in EventStorage. Is it possible? If so how can I do it? I am building my model with build_model(cfg) and same thing for optimizer :build_optimizer(model, cfg)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering if their is a way to train a detectron2 model outside of EventStorage context
For exemple, I have already my own way of storing training information of a pytorch. I would like to be able to simply train like this :
https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html#train-the-network, instead of having to train in EventStorage. Is it possible? If so how can I do it? I am building my model with build_model(cfg) and same thing for optimizer :build_optimizer(model, cfg)
Beta Was this translation helpful? Give feedback.
All reactions