Open dzwduan opened 6 years ago
This looks great! Do you have suggestions on virtual server providers where I can run the test with GPUs enabled
in google colaboratory use gpu mode online or use aws service.
and like https://github.com/oujago/NumpyDL/tree/master/applications building an application with flask also great.
from https://github.com/oreilly-japan/deep-learning-from-scratch-2 if GPU: import cupy as np np.cuda.set_allocator(np.cuda.MemoryPool().malloc) np.add.at = np.scatter_add
else: import numpy as np