Deepak Mishra
Deepak Mishra
# same issue File "/home/deepak/miniconda3/lib/python3.8/site-packages/textblob/blob.py", line 568, in detect_language return self.translator.detect(self.raw) File "/home/deepak/miniconda3/lib/python3.8/site-packages/textblob/translate.py", line 73, in detect result, language = json.loads(response) ValueError: not enough values to unpack (expected 2, got...
Hi I am facing the same issue
`const logger = winston.createLogger({ transports: [ new CloudWatchTransport({ logGroupName: 'test-group', // REQUIRED logStreamName: ### 'tester-1', // REQUIRED createLogGroup: false, createLogStream: true, submissionInterval: 2000, submissionRetryCount: 1, batchSize: 20, awsConfig: { accessKeyId:...
@edenmydev try this way. It worked for me.
@koaning Yes, we can do it, we can run all of them separately on different ports then use a reverse proxy to combine them on one port. But I was...
I think all views at the same place can be a nice feature if streamlit supports it.
I am facing same error in doing something similar
Hi @kan-bayashi I tried the following: Make your own recipe by following https://github.com/kan-bayashi/ParallelWaveGAN/tree/master/egs#how-to-make-the-recipe-for-your-own-dateset Change the config for the adaptation as follows: discriminator_train_start_steps: 0 # Number of steps to start to...
It worked for me. mongo-express:0.54 and I had to add these to resolve the error of unable to list databases. - ME_CONFIG_MONGODB_ENABLE_ADMIN=true - ME_CONFIG_MONGODB_ADMINUSERNAME=${MONGO_ROOT_USER} - ME_CONFIG_MONGODB_ADMINPASSWORD=${MONGO_ROOT_PASSWORD}