Adrian Rosebrock
Adrian Rosebrock
Yes, the version on PyPI is much older. Clone this repo down and install via `setup.py`
Thanks, I will give that a try.
For face recognition, yes, you could take the 128-d embeddings from the network and then train a Logistic Regression or SVM on top of those representations. That can and will...
I was able to profile the GPU and it turns out the CPU was being utilized the entire time (hence the long runtimes). I tried to compile the cudarray dependency...
@lre Thanks for the comment. Just to clarify: setting CUDNN_ENABLED=1 will compile cudarray with cuDNN support (and in my case, leads to a compilation error). Given this, I removed the...
@andersbll Thanks for the reply! I'll be sure to give cuDNN another try. I'm still not exactly sure what the error was in this case. When I set CUDNN_ENABLED=1 errors...
Anyone get Zed working with `pyenv`? Can't seem to nail down what the correct `pyrightconfig.json` should be.
Okay, for anyone wondering how to get `pyenv` to play nicely with Zed, here is my example `pyrightconfig.json`: ```json { "venv" : "pyfintech", "venvPath" : "/Users/adrianrosebrock/.pyenv/versions" } ``` Additionally, take...
I can confirm this issue, I am having the same problem. I am also looking for a solution without having to downgrade to 1.05.
Thanks!