watson-studio

Deploying R shiny to IBM Cloud server

妖精的绣舞 提交于 2019-12-11 12:48:01
问题 I have an R shiny application which runs on shinny server. I want to run my R shiny application on IBM Cloud server how can i do it? 1)I have R package. 2) I have installed r studio server. 3)I have set Inbound security rules to it. 4)created username and password for it. followed these steps: https://console.bluemix.net/docs/infrastructure/security-groups/sg_guidelines.html#security-groups-guidelines I want this application created to run on IBM Cloud server. 回答1: There is a blog article

Deep Learning - How can I test the MNIST tutorial model on WML?

纵饮孤独 提交于 2019-12-06 06:22:21
This is a "Watson Studio" related question. I've done the following Deep-Learning tutorial/experiment assistant, successfully deployed a generated CNN model to WML(WebService). Cool! Tutorial: Single convolution layer on MNIST data Experiment Assistant Next, I'd like to test if the model could identify my image( MNIST ) in deployed environment, and the questions came to my mind. What kind of input file( maybe pixel image file ) should I prepare for the model input ? How can I kick the scoring endpoint passing my image? ( I saw python code-snippet on the "Implementation" tab, but it's json