andrew

Results 12 comments of andrew

> Hello, > > Have you sovled this problem? I had the same one as you i using pip to install, and i can using labelImg

in my view, if you want to runing on CPU, you can using [repo](https://github.com/digantamisra98/Mish). Because, this repo has written by cuda, so compile on CPU was impossible.

@arditobryan [here](https://github.com/knotgrass/Vision/blob/main/superGlue_transform.py) is my code, I think it's helpful for you.

![image](https://github.com/yoshi389111/github-profile-3d-contrib/assets/40136779/9e047d24-2aee-468d-bbc1-8c436daf2f76) I got same problem too. I have C++ and CUDA. But It cannot detect them.

I edited the [Makefile](https://github.com/Andy-Dang12/kyber-thon/blob/3fdd7a27991a97938960f9caeddef3a929a9b387/ref/Makefile), and It worked

Thank you to point out issue. Have you written test code for this problem yet?

more detail , Which python2 version should I use. I did try python2.7.18 and It didn't work. btw i using ubuntu 20.04 with anaconda too

I created myCrawl folder and create pmids.txt too you can see my pmids.txt file in here https://drive.google.com/file/d/1iI57A5ZufQVDx64BIV3ruRsFin4p1A93/view?usp=sharing Its just a first bug I found in many other. I fix some...

@ozppupbg I agree with the $\alpha$ formula and $\Lambda$ $$ \begin{align} Formula (3) &= (sigmoid(\Lambda))^{c \cdot r_t} \\ &= \left(\frac{1}{1+e^{- \Lambda}}\right)^{c \cdot r_t} \\ &= \frac{1}{(1+e^{- \Lambda})^{c \cdot r_t}} \\...