mish-cuda
mish-cuda copied to clipboard
Mish Activation Function for PyTorch
Hello,how to install this in windows? I did not install successfully on windows.
can we compile it only for CPU
Fixes #9 by using absolute dir for ```include_dirs``` in ```setup.py```
As far as I can tell from the source code, this activation doesn't need to cache values to calculate gradients since it recalculates the forward pass during the backwards pass:...
I cant install mish-Cuda could you help me with this?? @thomasbrandon ---------------------------------------------------------------------------------------------------------- ('Yolov4_u') C:\Users\---\PycharmProjects\Yolov4_u\mish-cuda>python setup.py build install running build running build_py creating build creating build\lib.win-amd64-3.6 creating build\lib.win-amd64-3.6\mish_cuda copying src\mish_cuda\__init__.py ->...
my GPU is RTX 3090,so I have to use cuda 11, I already checked my cuda11.1 and it is useful, but when I use : pip install git+https://github.com/thomasbrandon/mish-cuda/ to insall...
pytorch: 1.7.0 cuda:10.1 g++:5.4 install failed: Traceback (most recent call last): File "setup.py", line 29, in cmdclass={'build_ext': BuildExtension}) File "/search/odin/huangkai/anaconda3/envs/yolo/lib/python3.6/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "/search/odin/huangkai/anaconda3/envs/yolo/lib/python3.6/distutils/core.py", line 148,...
Hello, I'd like to try to use your implementation of Mish in our repo: https://github.com/ultralytics/yolov3 I'm not sure exactly how to implement Mish-CUDA. I haven't done any CUDA programming, I...
Hi! I have trouble installing via: ```python setup.py install``` Software details: OS: Windows 10 Python: Miniconda 3 Pytorch: 1.7.0 Cuda: 11.0.3 C Tools: Visual Studio 2019 Steps done: - Moved...
pytorch1.6 cuda10.2 Can this be installed?