Pavel Belevich

Results 50 issues of Pavel Belevich

To release [PyTorch with TLS_TCP Gloo transport](https://github.com/pytorch/pytorch/pull/56442) which is dynamically loaded during runtime we need to build PT with OpenSSL 1.1.1 headers available during build time. The problem is that[...

I tried to run `python eval.py --model ./data/FC/fc-model.pth --infos_path ./data/FC/fc-infos.pkl --image_folder ./data`(as said in the book on page 34) with different versions of PyTorch CUDA-enabled builds but all my attempts...

Kinda tested here: https://gist.github.com/pbelevich/16fd55b8eb5a622a272794e9ef96b2aa

cla signed

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #136

cla signed

Windows + py39 + pip: ``` pip install --no-cache-dir --pre torchcsprng -f https://download.pytorch.org/whl/test/cu111/torch_test.html ``` ``` python test_csprng.py -v test_exponential_kstest (__main__.TestCSPRNG) ... OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already...

TODO: look at torchvision approach