我目前正在尝试从Alec Radford original code迁移DCGAN代码,以与Python 3和Theano 1(现在是我当前的环境设置)兼容
当我尝试将basic_ops
迁移到theano.gpuarray.basic_ops
时,我遇到了某些成员的问题,例如GpuContiguous
出现了类似错误
TypeError : object() takes no parameter
和其他类似
AttributeError : GpuContiguous doesn't have attribute shape
有人可以帮助我进行此迁移吗?