RenYurui / StructureFlow

Code for paper "StructureFlow: Image Inpainting via Structure-aware Appearance Flow"
Other
222 stars 42 forks source link

Build Gaussian Sampling CUDA package problems #3

Closed hhhoushiyu closed 5 years ago

hhhoushiyu commented 5 years ago

when i build Gaussian Sampling CUDA package,i have this problem:

UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。 warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error)) building 'resample2d_cuda' extension

pytorch version is 1.0.0

how can i deal with these problem?please help me