RecurrentAttentionConvolutionalNeuralNetwork icon indicating copy to clipboard operation
RecurrentAttentionConvolutionalNeuralNetwork copied to clipboard

cnn_params_to_optimize = model.cnn1.parameters() + model.cnn2.parameters() TypeError: unsupported operand type(s) for +: 'generator' and 'generator'

Open heyongcs opened this issue 6 years ago • 1 comments

cnn_params_to_optimize = model.cnn1.parameters() + model.cnn2.parameters() TypeError: unsupported operand type(s) for +: 'generator' and 'generator'

heyongcs avatar Apr 15 '18 09:04 heyongcs

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

dillondavis avatar Apr 22 '18 23:04 dillondavis