File size: 173 Bytes
97069e1
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# PyTorch
torch>=0.4.1
# progress bars in model download and training scripts
tqdm
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
requests