ganbaaelmer

Results 6 issues of ganbaaelmer

How to insert API key to Set Header? Any example on Blueprint? ![image](https://user-images.githubusercontent.com/44351763/169192110-8382c78e-cc7c-4594-9b88-85f08902df6e.png) ![image](https://user-images.githubusercontent.com/44351763/169192256-87e20372-7906-4dd6-9f40-540b07bf9182.png) How to use Set Header from Varest plugin? I don’t know how to insert x-api-key to...

ImportError: cannot import name 'get_array_module' from 'thinc.api' **Rasa Demo** i think we need specific dependencies in intstall.py. Please share your working dependencies. i mean conda env info. pip list

i run this code on anaconda prompt (gputest) C:\anpr>python detect.py in.jpg CPUweights.npz out.jpg but result is not good it cant detect number plate. C:\Users\USER\Anaconda3\envs\gputest\python.exe C:/anpr/detect.py in.jpg CPUweights.npz out.jpg detect start!...

## Reporting a bug - [ *] I have tried using the latest released version of Numba (most recent is visible in the release notes (https://numba.readthedocs.io/en/stable/release-notes-overview.html). - [ *] I...

more info needed
stale

can i use it like: ``` # loop_mode = 'cuda' or 'cpu' def looper(loop_mode): ...... @jit(target_backend=loop_mode) for i in range (...... ..... ``` i mean can i use it like...

question
no action required
stale

how to use progiter for svcmodel.fit(X_train,y_train) ?