llv22 / pytorch_daily

pytorch daily learning for ML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily exercise for Pytorch of Machine Learning

data

installation from submodule for datasets from huggingface

git submodule add -f https://github.com/huggingface/datasets data/huggingface_datasets
cd data/huggingface_datasets
pip install -e .

remove committed larger files

# document from https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository
java -jar bfg-1.14.0.jar -D vectors
git reflog expire --expire=now --all && git gc --prune=now --aggressive

0_basis

1, go-through cases of image classification

2, tensor processing

About

pytorch daily learning for ML

License:Apache License 2.0


Languages

Language:Jupyter Notebook 86.3%Language:Python 13.7%