SlimenBouras

Results 8 comments of SlimenBouras

> iknoorjobs, please look for the spaces and directory address in '!nohup bert-serving-start -model_dir=./uncased_L-12_H-768_A-12 > out.file 2>&1 &' > > It was initially not running for me but it started...

I have the same problem here with bc=BertClient() ![image](https://user-images.githubusercontent.com/55366848/81083543-9fa46a80-8eec-11ea-944a-f2a07d58c7e1.png)

> Hi, Please follow the instructions. 1. uninstall 'tensorflow-gpu==1.12.0' and install 'tensorflow==1.15.0' 2. replace the !nohup command in your code 6 with the one below '!nohup bert-serving-start -model_dir=./uncased_L-12_H-768_A-12 > out.file2>&1&'...

> for first two lines, you used 'pip', change it to '!pip' On Tue, May 5, 2020 at 12:32 PM SlimenBouras wrote: > […](#) > Hi, Please follow the instructions....

> SilmenBouras, Is the problem solved? Is the BertClient() working??? On Tue, May 5, 2020 at 1:07 PM SlimenBouras wrote: > […](#) > for first two lines, you used 'pip',...

Still the same problem for me !

> > Still the same problem for me ! > > @SlimenBouras Make sure to change run type to GPU before running any command. > > Regards, > Iknoor yeah...