fluxml.github.io icon indicating copy to clipboard operation
fluxml.github.io copied to clipboard

Add transfer learning code with no GPU

Open logankilpatrick opened this issue 4 years ago • 1 comments

Unless the CPU code is un-runnable as is, we should give a CPU only option here: https://fluxml.ai/tutorials/2020/10/18/transfer-learning.html

logankilpatrick avatar May 10 '21 20:05 logankilpatrick

gpu is a no-op when CUDA.jl is disabled, so this example should run as-is. That said, we could always add a code snippet or a couple sentences that talk about this.

ToucheSir avatar May 10 '21 21:05 ToucheSir