fengyang0317 / unsupervised_captioning

Code for Unsupervised Image Captioning
MIT License
215 stars 51 forks source link

The version of python #37

Closed weijace closed 3 years ago

weijace commented 3 years ago

Hi yang, What is the specific version of Python you are training with? Can I use Python 3.6.8?

fengyang0317 commented 3 years ago

Yes. The following is the conda config

name: caption
channels:
  - anaconda
  - defaults
dependencies:
  - _libgcc_mutex=0.1=main
  - _tflow_select=2.1.0=gpu
  - absl-py=0.10.0=py37_0
  - astor=0.8.1=py37_0
  - blas=1.0=mkl
  - c-ares=1.16.1=h7b6447c_0
  - ca-certificates=2020.10.14=0
  - certifi=2020.6.20=py37_0
  - cudatoolkit=10.0.130=0
  - cudnn=7.6.5=cuda10.0_0
  - cupti=10.0.130=0
  - google-pasta=0.2.0=py_0
  - grpcio=1.31.0=py37hf8bcb03_0
  - h5py=2.10.0=py37hd6299e0_1
  - hdf5=1.10.6=hb1b8bf9_0
  - importlib-metadata=2.0.0=py_1
  - intel-openmp=2020.2=254
  - keras-applications=1.0.8=py_1
  - keras-preprocessing=1.1.0=py_1
  - ld_impl_linux-64=2.33.1=h53a641e_7
  - libffi=3.3=he6710b0_2
  - libgcc-ng=9.1.0=hdf63c60_0
  - libgfortran-ng=7.3.0=hdf63c60_0
  - libprotobuf=3.13.0.1=hd408876_0
  - libstdcxx-ng=9.1.0=hdf63c60_0
  - markdown=3.3.2=py37_0
  - mkl=2019.4=243
  - mkl-service=2.3.0=py37he904b0f_0
  - mkl_fft=1.2.0=py37h23d657b_0
  - mkl_random=1.1.0=py37hd6b4f25_0
  - ncurses=6.2=he6710b0_1
  - numpy=1.19.1=py37hbc911f0_0
  - numpy-base=1.19.1=py37hfa32c7d_0
  - openssl=1.1.1k=h27cfd23_0
  - opt_einsum=3.1.0=py_0
  - pip=21.0.1=py37h06a4308_0
  - protobuf=3.13.0.1=py37he6710b0_1
  - python=3.7.10=hdb3f193_0
  - readline=8.1=h27cfd23_0
  - scipy=1.5.2=py37h0b6359f_0
  - setuptools=52.0.0=py37h06a4308_0
  - six=1.15.0=py_0
  - sqlite=3.35.4=hdfb4753_0
  - tensorboard=1.15.0=pyhb230dea_0
  - tensorflow=1.15.0=gpu_py37h0f0df58_0
  - tensorflow-base=1.15.0=gpu_py37h9dcbed7_0
  - tensorflow-estimator=1.15.1=pyh2649769_0
  - tensorflow-gpu=1.15.0=h0d30ee6_0
  - termcolor=1.1.0=py37_1
  - tk=8.6.10=hbc83047_0
  - webencodings=0.5.1=py37_1
  - werkzeug=0.16.1=py_0
  - wheel=0.36.2=pyhd3eb1b0_0
  - wrapt=1.12.1=py37h7b6447c_1
  - xz=5.2.5=h7b6447c_0
  - zipp=3.3.1=py_0
  - zlib=1.2.11=h7b6447c_3
  - pip:
    - cloudpickle==1.1.1
    - decorator==5.0.7
    - dm-tree==0.1.6
    - gast==0.2.2
    - tensorflow-gan==2.0.0
    - tensorflow-hub==0.12.0
    - tensorflow-probability==0.8.0
    - tf-slim==1.1.0
prefix: /opt/anaconda3/envs/caption