aplbrain / saber

Apache License 2.0
14 stars 2 forks source link

Pin all package versions #3

Open erikjohnson24 opened 5 years ago

erikjohnson24 commented 5 years ago

We should pin all of the software versions we are using to make sure nothing breaks with package updates.

dkleissa commented 5 years ago

For reproducibility it's pretty critical all packages are pinned. For example, if you want to run your membrane detection example, latest Keras package is broken and the unet model won't load unless you do K.common.set_image_dim_ordering('th').