rosikand / rsbox

📦 A toolbox of utility functions I commonly use when programming in Python.
MIT License
0 stars 0 forks source link

Add few-shot classification PyTorch dataset class to instantiate a sample dataset from #9

Open rosikand opened 1 year ago

rosikand commented 1 year ago

e.g., package up omniglot and pickle the data into a distribution. goal:

from rsbox import ml
fsds = ml.omniglot()
rosikand commented 1 year ago

Also do this for https://github.com/rosikand/afs-100/tree/main/raw and have afs-100 be a separate package.