rosikand / torchplate

🍽 A minimal and simple experiment module for machine learning research workflows in PyTorch.
https://rosikand.github.io/torchplate/
MIT License
3 stars 0 forks source link

Add base experiments for common tasks #9

Open rosikand opened 2 years ago

rosikand commented 2 years ago

i.e., create sample experiments for classification, segmentation, etc. (low priority and just a maybe)

rosikand commented 1 year ago

Add this to 'experiment.py'

rosikand commented 1 year ago

Also make 'datasets.py' which defines common datasets to use such as XYDataset, Episodic classification dataset, classificationdatasetfromfolder, episodic xy dataset, meta batch sampler, etc.

Also make 'algorithms.py' which implements new algorithms such as MAML, protoner, DDPM, etc.