tk

Results 83 comments of tk

``` nyck33@nyck33-lenovo:~/Downloads$ docker exec -it 42abe2d53940 psql -U postgres OCI runtime exec failed: exec failed: unable to start container process: exec: "psql": executable file not found in $PATH: unknown nyck33@nyck33-lenovo:~/Downloads$...

``` sql (15.5 (Ubuntu 15.5-1.pgdg20.04+1), server 15.1 (Ubuntu 15.1-1.pgdg20.04+1)) You are now connected to database "postgres" as user "postgres". postgres=> \dt storage.* List of relations Schema | Name | Type...

``` 33-fork/examples/providers$ cd ../.. (poetry-env) nyck33@nyck33-lenovo:~/projects/chatgpt-retrieval-plugin-nyck33-fork$ poetry run dev Warning: 'dev' is an entry point defined in pyproject.toml, but it's not installed as a script. You may get improper `sys.argv[0]`....

+1 I get similar errors https://github.com/langchain-ai/langchain/issues/17409#issue-2130090661

Write custom CUDA code and rename files to have extension .cu? Is anyone interested in collaborating? I know some CUDA C and C++.

I'm getting something similar after annotating with VIA tool using the circle and making minor changes to the `DataSet` code. ``` Epoch 1/1 ERROR:root:Error processing image {'id': 'frame177.jpg', 'source': 'tennisball',...

Solution here: https://github.com/matterport/Mask_RCNN/issues/636 Closes: #1480

I found something on a Japanese language website (http://htsuda.net/archives/317) The Japanese Female Facial Expression (JAFFE) Database  http://www.kasrl.org/jaffe.html  10人の日本人女性、7種類の表情。  Face database  http://viscog.hku.hk/facedb.htm  98人の香港中国人(40male, 58female)、正面顔と45度顔。  CAS-PEAL-R1 face database  http://www.jdl.ac.cn/peal/index.html  1040人の中国人、角度や表情やライティング等の差分を含め、総画像枚数30900枚。

It worked with `python` not `python3`. But when I try option `-c username` all I get is N/A. Why does this happen when I can run in command prompt `tasklist...