paninski-lab / deepgraphpose

DeepGraphPose
GNU Lesser General Public License v3.0
32 stars 9 forks source link

missing dpg-windows-GPU.yaml #11

Open emorgand opened 3 years ago

emorgand commented 3 years ago

Hello,

I am trying to install deepgraphpose on a windows operating system. I noticed that there is no dpg-windows-GPU.yaml within the src folder. I also noticed that there is tread within issues discussing use of deepgraphpose on windows. Where would I find the dpg-windows-GPU.yaml for installation?

Thanks for your help!

waq1129 commented 3 years ago

Hi

Have you installed DLC on windows successfully? You could do conda env create -f dlc-windows-GPU.yaml

then follow the instruction.

Best

emorgand commented 3 years ago

Hi

Have you installed DLC on windows successfully? You could do conda env create -f dlc-windows-GPU.yaml

then follow the instruction.

Best

This worked. Thanks again!