You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is used by the [savefig](https://github.com/probml/probml-utils/blob/main/probml_utils/plotting.py#L78) function
76
+
to store pdf files.
77
+
78
+
79
+
## Cloud computing
72
80
73
81
When you want more power or control than colab gives you,
74
-
you should get a Google Cloud Platform (GCP) account
75
-
(or you can use some other cloud provider, like Paperspace)
76
-
to get a virtual machine with GPUs or TPUs.
77
-
You can then use this as a virtual desktop which you can access via ssh from inside VScode.
78
-
We have created [a short tutorial on Colab, GCP and TPUs](https://github.com/probml/pyprobml/blob/master/notebooks/tutorials/colab_gcp_tpu_tutorial.md) with more information.
82
+
I recommend you use
83
+
https://lightning.ai/studios,
84
+
which makes it very easy to develop using VScode, running on a VM accessed from your web browser;
85
+
you can then launch on one or more GPUs when needed with a single button click.
86
+
Alternatively, if you are a power user, you can try Google Cloud Platform, which supports GPUs and TPUs;
87
+
see this [short tutorial on Colab, GCP and TPUs](https://github.com/probml/pyprobml/blob/master/notebooks/tutorials/colab_gcp_tpu_tutorial.md).
0 commit comments