Steps to run cycleGAN with jupyter notebook

Steps to run cycleGAN

  1. Use conda create -n tensorflow python=3.7 to create a tensorflow virtual environment in anaconda;

  2. Install tensorflowgpu==2.1.0

  3. Install interactive environment (ipykernel) conda install ipykernel

  4. Activate the tensorflow virtual environment, activate tensorflow;

  5. Write the virtual environment tensorflow into the notebook's kernel: python -m ipykernel install --name tensorflow --display-name "Python tensorflow"

  6. Debug code, install dependent package matplotlib, install addons, pay attention to version issues
    Insert picture description here

Guess you like

Origin blog.csdn.net/HenryFanQAQ/article/details/114919643