alexandrosstergiou / SoftPool

[ICCV 2021] Code for approximated exponential maximum pooling
MIT License
288 stars 52 forks source link

When will the pre-trained inception be provided #20

Open Javacr opened 3 years ago

Javacr commented 3 years ago

Hi, I find that you didn't release pre-trained inception model. Do you have any plans to release the model?

MikeShuang96 commented 3 years ago

Hi,I have trouble in "make install". The detail:FAILED: /pytorch/build/temp.linux-x86_64-3.6/CUDA/softpool_cuda_kernel.o

pragma omp parallel for if ((end - begin) >= grain_size)

^ ninja: build stopped: subcommand failed. python3.6/subprocess.py", line 438, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1. RuntimeError: Error compiling objects for extension Makefile:2: recipe for target 'install' failed make: *** [install] Error 1 Could you please help me?