swh:1:snp:f7cbdfb7899085847fa4f613d414d47b265030c9
Raw File
Tip revision: 858fa2db1ef853540b63df5e35d0fe5c5672a8a0 authored by jose13579 on 03 July 2023, 04:52:19 UTC
refactor models
Tip revision: 858fa2d
environment.yml
name: vhii
channels:
  - defaults
dependencies:
  - _libgcc_mutex=0.1=main
  - ca-certificates=2020.7.22=0
  - certifi=2020.6.20
  - cudatoolkit=10.0
  - libedit=3.1.20181209
  - libffi=3.2.1
  - libgcc-ng=9.1.0
  - libstdcxx-ng=9.1.0
  - ncurses=6.2
  - openssl=1.0.2u
  - pip=20.0.2
  - python=3.6.3
  - readline=7.0
  - setuptools=47.1.1
  - sqlite=3.31.1
  - tk=8.6.8
  - wheel=0.34.2
  - xz=5.2.5
  - zlib=1.2.11
  - pip:
    - absl-py==0.9.0
    - appdirs==1.4.4
    - astor==0.8.1
    - attrs==19.3.0
    - backcall==0.2.0
    - bleach==3.1.5
    - cachetools==4.1.0
    - certifi==2020.6.20
    - cffi==1.14.0
    - chainer==7.7.0
    - chardet==3.0.4
    - cPython==0.0.6
    - cupy==7.7.0
    - cycler==0.10.0
    - Cython==0.29.21
    - decorator==4.4.2
    - defusedxml==0.6.0
    - entrypoints==0.3
    - fastrlock==0.5
    - filelock==3.0.12
    - future==0.18.2
    - gast==0.3.3
    - google-auth==1.17.2
    - google-auth-oauthlib==0.4.1
    - grpcio==1.29.0
    - h5py==2.10.0
    - idna==2.9
    - imageio==2.8.0
    - importlib-metadata==1.6.1
    - ipykernel==5.3.0
    - ipython==7.15.0
    - ipython-genutils==0.2.0
    - jedi==0.17.0
    - Jinja2==2.11.2
    - joblib==0.16.0
    - jsonschema==3.2.0
    - jupyter-client==6.1.3
    - jupyter-core==4.6.3
    - Keras-Applications==1.0.8
    - Keras-Preprocessing==1.1.2
    - kiwisolver==1.2.0
    - lmdb==0.98
    - Mako==1.1.3
    - Markdown==3.2.2
    - MarkupSafe==1.1.1
    - matplotlib==3.2.1
    - mistune==0.8.4
    - nbconvert==5.6.1
    - nbformat==5.0.7
    - networkx==2.4
    - nose==1.3.7
    - notebook==6.0.3
    - numpy==1.19.2
    - oauthlib==3.1.0
    - olefile==0.46
    - opencv-python==4.2.0.34
    - packaging==20.4
    - pandas==1.1.0
    - pandocfilters==1.4.2
    - parso==0.7.0
    - pexpect==4.8.0
    - pickleshare==0.7.5
    - Pillow==8.3.1
    - prometheus-client==0.8.0
    - prompt-toolkit==3.0.5
    - protobuf==3.12.2
    - ptyprocess==0.6.0
    - pyasn1==0.4.8
    - pyasn1-modules==0.2.8
    - pybind11==2.5.0
    - pycparser==2.21
    - pycuda==2019.1.2
    - Pygments==2.6.1
    - pymongo==3.11.0
    - pyparsing==2.4.7
    - pypi==2.1
    - pyrsistent==0.16.0
    - python-dateutil==2.8.1
    - pytools==2020.3
    - pytz==2021.3
    - PyWavelets==1.1.1
    - PyYAML==5.3.1
    - pyzmq==19.0.1
    - requests==2.23.0
    - requests-oauthlib==1.3.0
    - rsa==4.6
    - scikit-image==0.17.2
    - scikit-learn==0.23.2
    - scipy==1.4.1
    - Send2Trash==1.5.0
    - six==1.16.0
    - tensorboard==2.2.2
    - tensorboard-plugin-wit==1.6.0.post3
    - tensorboardX==2.0
    - tensorflow-gpu==1.12.0
    - termcolor==1.1.0
    - terminado==0.8.3
    - testpath==0.4.4
    - thop==0.1.1.post2209072238
    - threadpoolctl==2.1.0
    - tifffile==2020.6.3
    - torch==1.2.0
    - torchvision==0.4.0
    - tornado==6.0.4
    - tqdm==4.49.0
    - traitlets==4.3.3
    - typing-extensions==3.7.4.2
    - urllib3==1.25.9
    - wcwidth==0.2.4
    - webencodings==0.5.1
    - Werkzeug==1.0.1
    - zipp==3.1.0


back to top