conversational-datasets
conversational-datasets copied to clipboard
how to run ?
i don't want to run this code on google cloud i just want it till ("Extract the data and split it into shards") but i don't know how to do it can someone explain me how to run this commands
this one
PROJECT="your-google-cloud-project"
DATADIR="gs://${BUCKET?}/opensubtitles/$(date +"%Y%m%d")"
python opensubtitles/create_data.py
--output_dir ${DATADIR?}
--sentence_files gs://${BUCKET?}/opensubtitles/raw/lines/lines-*
--runner DataflowRunner
--temp_location ${DATADIR?}/temp
--staging_location ${DATADIR?}/staging
--project ${PROJECT?}
--dataset_format TF
create account in google cloud, create a project and enable bigquery, google cloud storage. These commands should be ran on Google clould console
hello dyoungkstn i am asking i want to run this whole project on vs code (on my local machine ) but things showing error at first it was showing tensorflow error ,then apache baem and right now assertion error can you tell me how to run this project locally