torch安装tensorboardX记录

tensorboardX安装前请务必安装tensorflow
tensorboardX安装前请务必安装tensorflow
tensorboardX安装前请务必安装tensorflow

conda install torch
conda install tensorflow-gpu
conda install tensorboardX

假如报 h5py的 错误

pip uninstall h5py

你可能感兴趣的:(深度学习,python,android,java)