MIC-DKFZ / basic_unet_example

An example project of how to use a U-Net for segmentation on medical images with PyTorch.
Apache License 2.0
141 stars 38 forks source link

improve the requirement.txt #6

Closed jizongFox closed 5 years ago

jizongFox commented 5 years ago

The slackclient==2.0.0 might be needed for a fresh run.

elpequeno commented 5 years ago

Hi Jizong,

thank you for your suggestion. Is there a specific scenario you are referring to that you need slackclient==2.0.0 for? The basic_unet_example does not list slackclient as a requirement at the moment. As far as I know, trixi uses slackclient. If there is an issue shouldn't the dependency be updated there? Correct me if I'm wrong.

Pura vida, André

jizongFox commented 5 years ago

Following the basic_unet_example instruction, after having created a virtual env, installed the requirements, the launch script raises an error of not finding that dependency. If the case can be reproducible, that can be an issue for trixi. Anyway, thanks for these wonderful jobs.

elpequeno commented 5 years ago

I'll test it again. Not sure if I can do it today, but I'll let you know. Thank's for pointing it out.

elpequeno commented 5 years ago

Hi Jizong,

I just tested in on a fresh virtualenv. I had no problems whatsoever. I used pip install -r requirements.txt. Which script raises the error for you? Can you please provide the error message?

Pura vida, André

elpequeno commented 5 years ago

Hi Jizong,

I just reproduced it on a colleagues machine. I'll investigate further.