groovenauts / QueryItSmart

QueryIt Smart is the demonstration application for BigQuery & Cloud Machine Learning.
MIT License
86 stars 16 forks source link

Some of the files in GCS are not accessable. #81

Closed ldxstc closed 7 years ago

ldxstc commented 7 years ago

I found that following files are not shared publicly: gs://queryit_smart/citibike/udf/* gs://queryit-smart-ml/vgg16.tfmodel gs://queryit-smart-us-east1/citibike/training_data.csv

The first set of files blocking running the demo locally. And the others prevents others from training the models themselves.

Thanks,

nagachika commented 7 years ago

Hi, thank you for your interest.

I publish the files gs://queryit_smart/citibike/udf/* and gs://queryit-smart-ml/vgg16.tfmodel

For gs://queryit-smart-us-east1/citibike/training_data.csv it was accidentally embedded in models/citibike/trainer.py module. I'd like to make it possible to specify the training file with command line. You can create training data from public datasets on BigQuery. I'd like to add the instruction too.

nagachika commented 7 years ago

Hi, I'm sorry for my long absence.

Now you can specify the training data via --training_csv for models/citibike/trainer.py. And I have just made gs://queryit-smart-us-east1/citibike/training_data.csv public for reference.