1.conda create -n fpcc python=3.8 2.conda activate fpcc 3.安装一些包 没有torch: pip3 install torch torchvision torchaudio 没有h5py...