You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: