google / active-qa

Apache License 2.0
346 stars 65 forks source link

Are you running the environment server before running the reformulator code? #18

Closed SuryaSg closed 5 years ago

SuryaSg commented 5 years ago

Are you running the environment server before running the reformulator code?

Originally posted by @graviraja in https://github.com/google/active-qa/issues/15#issuecomment-461702222

Kindly help me on how to run the environment server before running the reformulator code? I've also tried changing environment_server_address=None. Still the same issue.

graviraja commented 5 years ago

@SuryaSg It is given in the README. Follow the steps: preprocessing, running grpc server and then running the environment.

SuryaSg commented 5 years ago

@graviraja I've done the preprocessing step it was fine, after running Grcp Server, Mine is getting killed. Could you please share the screenshot of Running Grcp Server. Is there any fix for my issue? server_issue

graviraja commented 5 years ago

@SuryaSg Which python version you are using?

SuryaSg commented 5 years ago

@graviraja I'm using Python 2.7.15 :: Anaconda, Inc.

Please Suggest working version. Thanks.

graviraja commented 5 years ago

@SuryaSg Yeah Python 2.7 will work. Are you running on GPU or CPU ?

SuryaSg commented 5 years ago

@graviraja I'm Just running on Intel® Core™ i5-8400 CPU @ 2.80GHz × 6. Should I need to use GPU for the same?

graviraja commented 5 years ago

@SuryaSg I ran the code on GPU. I haven't tried on CPU.

SuryaSg commented 5 years ago

Could you please give me the config necessarily sufficient for running the grcp server?

graviraja commented 5 years ago

@SuryaSg No modifications required for running grpc server, If you are using python2.7 and GPU.

SuryaSg commented 5 years ago

@graviraja Okays, I'll check for the same. Thanks for being supportive. Tons of Gratitude.