Google Groups is meant for general product discussions and not for technical support.
If you believe this is a bug you can report this in an Issue Tracker <https://cloud.google.com/support/docs/issue-trackers>. If you are looking for technical support I recommend you post your question on Stack Overflow <https://cloud.google.com/support/docs/stackexchange> or directly on the Weka Community form <http://weka.8497.n7.nabble.com/>. Note, due to scaling optimizations you are not able to write to the App Engine <https://cloud.google.com/appengine/docs/standard/#standard_environment_languages_and_runtimes> instance file system (and should instead use something Google Cloud Storage <https://cloud.google.com/storage/> to persist file objects too). Since Weka relies <http://weka.8497.n7.nabble.com/Weka-throws-AccessControlException-in-Google-App-Engine-td757.html>on local file manipulation, you will most likely run into issue attempting to run Weka on App Engine. You should instead run it on Google Compute Engine <https://cloud.google.com/compute/>VMs. Alternatively, you can use Google Cloud Machine Learning <https://cloud.google.com/ml-engine/docs/how-tos/training-steps> to run and train your model with the use of TensorFlow in the cloud. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9639f7ba-d8c8-44d1-ace4-c327e3cba961%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
