Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
708 views
in Technique[技术] by (71.8m points)

tensorflow - How to load a model in Google Apps Script

I have been tasked to create a machine learning model that runs on Google Cloud.

I have seen the following links and tried them myself:

https://www.kutil.org/2020/05/machine-learning-in-google-sheet.html (useful but only shows how to train and predict using tensorflow in GAS; I have not been able to save or load a model using this method)

https://nithanaroy.medium.com/securely-deploy-your-tensorflow-js-model-via-google-app-script-f1254843445d (shows how to convert a model from Python TensorFlow to Tensorflow.js, load and deploy it on a website in HTML on GAS; I have not been able to do the same on GAS without the HTML part)

Please help... Thanks! :)

Edit: the purpose is to regularly make predictions by having the script run automatically using "triggers" with results compiled in a spreadsheet/SQL for admin users to review regularly.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...