pytorch_tempest icon indicating copy to clipboard operation
pytorch_tempest copied to clipboard

My repo for training neural nets using pytorch-lightning and hydra

Results 5 pytorch_tempest issues
Sort by recently updated
recently updated
newest added

It is always good to have more options to choose. So it would be a good idea to add more schedulers. The steps are the following: - in conf/scheduler add...

enhancement
good first issue

It is always good to have more options to choose. So it would be a good idea to add more optimizers. The steps are the following: * in conf/optimizer add...

enhancement
good first issue

Add documentation with sphinx Basic docs are done, now it would be great, if they were automatically generated over all the code.

enhancement

Maybe using hydra multirun is enough

enhancement

Often it is a good idea to train model on stages - for example with changes of loss, augs or other things. Need to implement it and be able to...

enhancement