philschmid / deep-learning-pytorch-huggingface

MIT License
659 stars 152 forks source link

Getting Started with Deep Learning with PyTorch and Hugging Face

This repository contains instructions/examples/tutorials for getting started with Deep Learning Pytorch and Hugging Face libraries like transformers, datasets.

Training

Requirements

Before we can start make sure you have met the following requirements

Commands

echo 'export PATH="${HOME}/.local/bin:$PATH"' >> ${HOME}/.bashrc 
watch -n0.1 nvidia-smi