sreenija

Results 12 issues of sreenija

Hi, When i run d = Duckling() I get the following issue. File "C:\Users\hi\Anaconda3\lib\site-packages\duckling\duckling.py", line 53, in __init__ self.clojure = jpype.JClass('clojure.java.api.Clojure') File "C:\Users\hi\Anaconda3\lib\site-packages\jpype\_jclass.py", line 73, in JClass raise _RUNTIMEEXCEPTION.PYEXC("Class %s...

what is the command to generate in specific font only. ex i want to generate in calibri so i placed the calibri.ttf in the fonts/latin folder and ran command :...

question

Even though CharClassifier is present in the respective location, it gives the following error. NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for models/char-clas/en/CharClassifier...

bug

I get the following error when i run the results cell in colab. /usr/local/lib/python3.6/dist-packages/keras_preprocessing/image/utils.py in load_img(path, grayscale, color_mode, target_size, interpolation) 111 raise ImportError('Could not import PIL.Image. ' 112 'The use...

when i run tfnet.train() i get the following error ValueError: Cannot feed value of shape (8, 608, 608, 3) for Tensor 'input:0', which has shape '(?, 608, 608, 1)'

I'm training with my own dataset which has 6 classes. So in cfg file I've changed the classes as well as the filters. But sometimes the bounding boxes are deviated....

Is it possible to upload the weights and dataset to google drive?

I want to train with my own data and to prepare my dataset and for that I'll have to convert text files to .t7 format for text embeddings. How do...

rasa-version: 1.10.4 python-version: Python 3.6.9 os: ubuntu 18.04 I'm following this tutorial https://blog.rasa.com/how-to-build-a-voice-assistant-with-open-source-rasa-and-mozilla-tools/ when i try 2.3 step : rasa train --augmentation 0 i get the following error. Training Core...

"Available actions are: \n{}".format(action_name, action_names)) Exception: Can not access action 'action_weather', as that name is not a registered action for this domain. Available a - action_listen - action_restart - action_default_fallback...