This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
Add support for BatchNorm2d (and more options for Slice) #559
Labels
feature request
Functionality does not currently exist, would need to be created as a new feature (type)
I'm trying to convert the ClusterGAN and the conversion fails in two places. The first error is a Slice in the encoder that fails in the
forward()
function:I'm able to work around that error by moving the Slice out of the converted model and handling it in Swift. However, the 2nd error, which I'm not sure I can work around, is a
BatchNorm2d()
in the generator. ClusterGAN is a great solution for my purposes, so I'd love to get this model converted.The text was updated successfully, but these errors were encountered: