import tensorflow as tf import numpy as np from types import MethodType, FunctionType import argparse import math import os import cv2 from tensorflow.examples.tutorials.mnist.input_data import read_data_sets 使用手写数据集实现:多GPU的条件生成对抗网络 class Config: 定义模型超参数的类 def __init_