I am just about to start the fast.ai course and have followed the instruction to set up the VM instance on Google Compute Cloud. Surprisingly I found that when I started the instance and opened localhost:8080/tree
, there is already a folder called tutorials
that contains the course materials already.
My question is: how is this done through the instructions given by fast.ai? I thought only a VM with essential deep learning libraries would be set up by specifying --image-project=deeplearning-platform-release
and --image-family="pytorch-latest-gpu"
.