Recommended Workflow

How are you tracking your progress through the course?
Do you keep a Github repository with your Jupyter notebooks?
Is there a setup guide for a workflow that you use?

I usually keep my disk alive even when the machine terminated. (I use preemptive instances in GCP)
Why I do that is to keep my data and stop downloading them every time.

Then I write a my own version of notebooks based on the lesson.
And I keep them in GitHub.

3 Likes

I’m using @arunoda’s GCP setup (thanks!) so my workflow is similar to him.
Regarding GitHub see https://forums.fast.ai/t/git-best-practices/27728 for more details.

1 Like