Allen Cai
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. 
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.
Is there any progress on this issue?
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 ?????????????