uhlmanngroup / splinedist

SplineDist: Automated Cell Segmentation with Spline Curves
BSD 3-Clause "New" or "Revised" License
65 stars 15 forks source link

Python + tensorflow +... versions for stable Splinedist training #11

Closed lucpaul closed 2 years ago

lucpaul commented 2 years ago

Hi, I am just trying to run SplineDist locally in a conda environment, in pycharm. Do you have advice on the latest compatible versions of the required python packages (especially tensorflow etc.) to train a SplineDist model from scratch on my dataset? Is there a requirements file that would list these?

Thanks a lot.

sohmandal commented 2 years ago

Hi @lucpaul,

Attached .yml file contains the dependencies to set up a conda environment for SplineDist. Please let me know if this does not work for your need. splinedist.yml.txt

lucpaul commented 2 years ago

Thanks, that was quite helpful.