joelmoniz / DepthNets

Code for "Unsupervised Depth Estimation, 3D Face Rotation and Replacement", NeurIPS 2018
MIT License
127 stars 31 forks source link

set conda env failed #8

Closed wx176 closed 5 years ago

wx176 commented 5 years ago

Hello! Great job! I am very interested about your work. However, i met a issue in the first step. screenshot from 2018-12-11 17-02-05

christopher-beckham commented 5 years ago

Hi,

Good spotting! Not sure how this got past my testing. It looks like the mkl version (2019.0) is too new for mkl_fft. Could you remove the line - mkl==2019.0=118 from environment.yml and re-create the conda environment and see if that fixes the issue?

If it does, I'll commit the fix.

wx176 commented 5 years ago

Hi! Sorry for the late reply! The issue was gone after i removed that line. Cheers!