https://github.com/bermanmaxim/jaccardSegment
Raw File
Tip revision: d6cb4036805911a7cff80b6ab8eab7b4e54f3a7a authored by Maxim Berman on 26 May 2017, 09:00:26 UTC
Update README.md
Tip revision: d6cb403
environment.yml
# conda requirements file
name: jaccard-segment
channels:
- soumith
- defaults
dependencies:
- python=2
- ipykernel
- matplotlib
- numpy
- scikit-image
- scipy
- cuda80
- pytorch
- torchvision
- pyyaml
- pip:
  - hickle
  - pillow-simd
  - https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.1-cp27-none-linux_x86_64.whl; 'linux' in sys_platform
  - tqdm
  - futures
  - tensorboard

back to top