I have a requirement where I need to Deploy a Convolutional Neural Network Model in an Offline device. I know we can use Google Cloud ML to train a model, tune the hyper-hyperparameters and deploy it for prediction.
But my question is if we can download the trained TensorFlow model and deploy it on a custom device for prediction?
Note - The Custom Device will have a lot of processing power but no internet connectivity.