iGAN icon indicating copy to clipboard operation
iGAN copied to clipboard

About Theano version

Open Cndbk opened this issue 6 years ago • 1 comments

Theano1.0 has changed the interface of the function- image

The original interface was: class GpuAllocEmpty(GpuOp); but now: class GpuAllocEmpty(HideC, AllocEmpty);

What should I do if I want to change to the corresponding interface? Thank you.

Cndbk avatar Nov 26 '19 13:11 Cndbk

Theano1.0 has changed the interface of the function- image

The original interface was: class GpuAllocEmpty(GpuOp); but now: class GpuAllocEmpty(HideC, AllocEmpty);

What should I do if I want to change to the corresponding interface? Thank you.

Initialization of this new function is: def init(self, dtype, context_name): self.dtype = dtype self.context_name = context_name

Cndbk avatar Nov 26 '19 13:11 Cndbk