Vadim Kantorov
Vadim Kantorov
### Windows Terminal version 1.14.2282.0 ### Windows build number 10.0.22000.978 ### Other Software _No response_ ### Steps to reproduce Alt+Tab to Terminal sometimes causes an unwanted keyboard layout appear in...
### Contribution guidelines - [X] I've read the [code of conduct](https://github.com/xwiki-labs/cryptpad/blob/main/CODE_OF_CONDUCT.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] I understand that not following...
It's set in ArgumentParser as `--output-dir` and then passed in to `extract_text`, but isn't used anywhere further: https://github.com/pdfminer/pdfminer.six/blob/master/tools/pdf2txt.py#L40 This argument is useful in some batch file processing commands to simplify...
This is useful for codecs that can do resampling to a user-provided custom sample rate. This is useful for e.g. consuming OPUS audio files for purpose of training multi-sample-rate speech...
Hi! Do I understand correctly that the grand loss at the end will backprop through grad of grad of grad, e.g. not double backward but 20th order backward? I.e. student_params[5]...
I have a funny env: WSLv1 Linux on Windows. Python runs inside Linux emulation, while Chrome and chromedriver.exe are running on Windows. I have a symlink `/usr/bin/chromedriver` pointing to `chromedriver.exe`....
I've tried the officially recommended command, but got an installation error: ``` $ conda install -c pytorch faiss-gpu Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve....
Hi @shenyunhang! The OneDrive link published in README: https://1drv.ms/f/s!Am1oWgo9554dgRQ8RE1SRGvK7HW2 has only pretrained resnet_ws models Are `resnet_ws_mrrp` / `resnet_ws_v2` models available somewhere? The `resnet_ws_mrrp` backbone seems the best-performing in the paper....
How do I map pickle checkpoint keys to PyTorch state dict keys? It seems that norm layers have different set of parameters. Was something fused? I have loaded `state_dict =...
E.g. resnet50-swav?