drewskidang / deep-learning-pytorch-huggingface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • AWS Account with quota
  • AWS CLI installed
  • AWS IAM user configured in CLI with permission to create and manage ec2 instances

Commands

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

About

License:MIT License


Languages

Language:Jupyter Notebook 89.7%Language:Python 9.0%Language:Dockerfile 1.3%