TmacMai / ARGF_multimodal_fusion

codes for: Modality to Modality Translation: An Adversarial Representation Learning and Graph Fusion Network for Multimodal Fusion
45 stars 11 forks source link

Version problem #4

Open ffredd opened 2 years ago

ffredd commented 2 years ago

Can you provide Python and tensorflow version?

TmacMai commented 2 years ago

The python version is 2.7.18. We do not use tf (if we do import tf, please ignore it). The torch version is 1.3.1. CUDA version is 10.0 or 10.1.

ffredd commented 2 years ago

thanks, but the torch's version maybe imcompatible with the python2.7~~

TmacMai commented 2 years ago

Name Version Build Channel

_libgcc_mutex 0.1 main
backports-functools-lru-cache 1.6.3 pypi_0 pypi backports-shutil-get-terminal-size 1.0.0 pypi_0 pypi blas 1.0 mkl
bottleneck 1.3.2 pypi_0 pypi ca-certificates 2020.12.8 h06a4308_0
certifi 2020.6.20 pyhd3eb1b0_3
cffi 1.13.2 py27h2e261b9_0
cudatoolkit 10.1.243 h6bb024c_0
decorator 4.4.2 pypi_0 pypi enum34 1.1.10 pypi_0 pypi et-xmlfile 1.0.1 pypi_0 pypi future 0.18.2 pypi_0 pypi intel-openmp 2019.4 243
ipython 5.10.0 pypi_0 pypi ipython-genutils 0.2.0 pypi_0 pypi jdcal 1.4.1 pypi_0 pypi libedit 3.1.20191231 h14c3975_1
libffi 3.2.1 hf484d3e_1007
libgcc 7.2.0 h69d50b8_2
libgcc-ng 9.1.0 hdf63c60_0
libgfortran-ng 7.3.0 hdf63c60_0
libstdcxx-ng 9.1.0 hdf63c60_0
libtorch 0.1.12 0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free mkl 2017.0.4 h4c4d0af_0
ncurses 6.2 he6710b0_1
numpy 1.14.2 py27hdbf6ddf_0
openpyxl 2.6.4 pypi_0 pypi pandas 0.22.0 py27hf484d3e_0
pathlib2 2.3.5 pypi_0 pypi pexpect 4.8.0 pypi_0 pypi pickleshare 0.7.5 pypi_0 pypi pillow 6.2.2 pypi_0 pypi pip 19.3.1 py27_0
prompt-toolkit 1.0.18 pypi_0 pypi ptyprocess 0.7.0 pypi_0 pypi pycparser 2.20 py_2
pygments 2.5.2 pypi_0 pypi python 2.7.18 h02575d3_0
python-dateutil 2.8.1 py_0
pytz 2020.5 pyhd3eb1b0_0
readline 8.0 h7b6447c_0
scandir 1.10.0 pypi_0 pypi scikit-learn 0.20.4 pypi_0 pypi scipy 1.2.3 pypi_0 pypi setuptools 44.0.0 py27_0
simplegeneric 0.8.1 pypi_0 pypi six 1.15.0 py_0
sqlite 3.33.0 h62c20be_0
theano 1.0.5 pypi_0 pypi tk 8.6.10 hbc83047_0
torch 1.3.1+cu100 pypi_0 pypi torchvision 0.4.2+cu100 pypi_0 pypi traitlets 4.3.3 pypi_0 pypi wcwidth 0.2.5 pypi_0 pypi wheel 0.36.2 pyhd3eb1b0_0
xlrd 1.2.0 py27_0
zlib 1.2.11 h7b6447c_3

TmacMai commented 2 years ago

The packages in our environment are listed as above. Hope it helps.