Allen Cai

Results 98 comments of Allen Cai

> Thanks for contributing; I don't think we want to add more options to this list; the original list of mirrors were part of some partnerships (but those ended, so...

> Couple of other points: > > * We can always see DOMContentLoaded fires exactly after around 2s (in dev tools using performance.getEntries()) > * If we load directly using...

After changing to `file://`, the delay is shortened from 2 seconds to 16 milliseconds, which is a tremendous progress. ![image](https://user-images.githubusercontent.com/5094922/188798162-0e6035e6-e54a-45dc-b78b-9acf78b774cd.png)

Yes, I embed all static resources(`html`, `js`, `css`, `png`, etc...) into assembly resources. So I need to custom handle requests and responses in `WebResourceRequested` event.

Looks great, any progress on this PR?

Hi, @XinBow99 Can you share your complete process of deploying GeneFacePlusPlus on windows platform?

I have the same problem when executing these commands on windows 11.

```bash python -c "import torch; print('torch:', torch.__version__, torch)" python -c "import torch; print('CUDA available:', torch.cuda.is_available())" python -c "import torch; print('CUDA version:', torch.version.cuda)" ``` @saima2018 @MuSouth @zkxd2018

> now 17.2 is available, Thanks ?????????????