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
Hello,
I was wondering if you have any plan to refactor the code and make it more look like a framework like fastai, ignite, etc.
Right now we have to implement the training loop for each new model and this is not efficient. If we could use callbacks, it would be more easy to use more complicated training approaches(like anneal learning rate) and at the same time use something like TensorFX and even logging without headache.
The text was updated successfully, but these errors were encountered:
Hello,
I was wondering if you have any plan to refactor the code and make it more look like a framework like fastai, ignite, etc.
Right now we have to implement the training loop for each new model and this is not efficient. If we could use callbacks, it would be more easy to use more complicated training approaches(like anneal learning rate) and at the same time use something like TensorFX and even logging without headache.
The text was updated successfully, but these errors were encountered: