MICHAEL CHOURDAKIS

Results 62 comments of MICHAEL CHOURDAKIS

Btw in curl it works curl https://localhost:5014/ --http3 -v -i -k -d "Hello"

curl uses ngtcp2.I will have to check Chrome's certificate stuff because in plain HTTPS it uses the store, it seems there's not the case in quic. Another thing: is this...

1. Tested with a letsencrypt certificate, Chrome/Edge works. It surely was a certificate issue. Thanks for your support. 2. 2. Curl still doesn't like req->Send(). It fails after req->SendHeaders. Chrome...

Do we still have this solution?

This seems interesting for my audio/video sequencer in which I already have a 3D designer. What would it have to be done in order to support depth for the partitions...

Thanks for your response, do I use the GPU by installing the GPU-enabled torch?

I tried installing torch from site with GPU support and yet when I install remfx it still wants to install torch again and it uses CPU... any hints? python scripts\remfx_detect.py...

I saw that you are checking for cuda in your code so the issue is at my end, will fix and notify you. Thanks for everything.

I found a probable bug scripts\pip install -e ./remfx ./remfx/umx scripts\pip uninstall -y torch torchvision torchaudio functorch scripts\pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 scripts\pip install --no-deps hearbaseline cd remfx...