ResNet-decoder icon indicating copy to clipboard operation
ResNet-decoder copied to clipboard

Encoder-decoder architecture using ResNet and transposed ResNet (resnet 50, resnet 101)

Results 2 ResNet-decoder issues
Sort by recently updated
recently updated
newest added

Thank you for the great work. I am trying to test the encoding and decoding via ResNet50 using the following code: ``` enc_net = enc.ResNetEncoder(enc.Bottleneck, [3, 4, 6, 3], return_indices=True).to(...