idiap / attention-sampling

This Python package enables the training and inference of deep learning models for very large data, such as megapixel images, using attention-sampling
Other
97 stars 18 forks source link

file not found #11

Open tomerBarkai opened 4 years ago

tomerBarkai commented 4 years ago

Hi,

i am trying to install the package via pip and there seem to be a problem with the: ats.ops.extract_patches.libpatches

so i downloaded the repo and tried installing manually but i get: Capture

i have tensorflow,cuda,g++ etc.

do you have any idea how to solve it?

brianchap commented 4 years ago

I also have this same issue on Windows, and have confirmed that I have tensorflow 1.13.1, CMake, g++, python 3.6.8, and cuda 10.1.168. It seems that the error is:

subprocess.CalledProcessError: Command '['cmake', '-DCMAKE_BUILD_TYPE=Release', '..']' returned non-zero exit status 1.

angeloskath commented 4 years ago

Sorry for the late reply.

I do not have access to a window machine to test the installation procedure. If there is anything I can do to help let me know. For starters you could send me the installation log and maybe I can help. Otherwise, you could also try building just the extension from source because it is usually the culprit for such errors.

Cheers, Angelos