shahJaimin77

Results 4 comments of shahJaimin77

Hi @inhahe , It works on Windows. But as you mentioned creating conda environment using their yml file won't work. You can create a normal conda environment using: `conda create...

Yes, if we are using their environment file, then this problem would occur because of the platform-specific build constraints. But its better we create our own env file and install...

> Hi, @shahJaimin77 , I met some problems when calculating metrics on windows , did the evaluate_predicts.py work for on Windows? @liyiersan Sorry, but I haven't used the evaluate_predicts.py file

@naga-k Install the dependencies using the following commands: `conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch -y` `pip install pytorch-lightning==1.2.9`