Xiaojian "JJ" Deng

Results 11 issues of Xiaojian "JJ" Deng

I'm still learning about Deep Learning and since I see that this is written in Torch, is it possible to port the program and its models to, say, PyTorch and...

It's cool that you've implemented a cyclical learning rate for Keras, but have you considered adding this to Pypi? That way, it's a lot easier for others to incorporate CLR...

A few sites like those mentioned end up sending me to a blank page with about:srcdoc or something.

I'm getting that when I try to run this in Python 3. I'm able to run demo.py in Python 2. Is it possible to get a pretrained model for Python...

* face_recognition version: 0.3 * Python version: 3.6 * Operating System: Google Colab (cpu-only) ### Description My face encoder doesn't work when running on a CPU-only instance of Google Colab...

I'm running Linux Mint 17.3 (a distro compatible with Ubuntu) and followed your instructions to the letter. This line doesn't work: $ sudo luarocks install lrexlib-pcre PCRE_DIR=/lib/x86_64-linux-gnu/ Instead, you need...

topk should have a type of float (not int) and metavar of FLOAT It wasn't working before but after making that change, training seems to be progressing more uniformly.

Long story short, due to firewall rules at my corporation, the GPT-3 endpoints cannot be accessed using the openai module though they work if we manually make a request using...

### Describe the bug I thought we could split the model between the CPU, GPU, and even disk. So I know that I usually run out of memory on a...

bug

I know it's possible to load that model in oobabooga's backend but that one lacks the ability to programatically run inference on a large # of images at once. I...