Closed ldxstc closed 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.
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.
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,