RecurrentAttentionConvolutionalNeuralNetwork
RecurrentAttentionConvolutionalNeuralNetwork copied to clipboard
cnn_params_to_optimize = model.cnn1.parameters() + model.cnn2.parameters() TypeError: unsupported operand type(s) for +: 'generator' and 'generator'
cnn_params_to_optimize = model.cnn1.parameters() + model.cnn2.parameters() TypeError: unsupported operand type(s) for +: 'generator' and 'generator'
this repo's a total work in progress at the moment. are you working on implementing it as well? it'd be great to discuss some of the details of the paper that were unclear