Relation_Networks-pytorch
Relation_Networks-pytorch copied to clipboard
Relation Networks for object detection based pytorch
I set the n_relations=16 to use the Relation Module,but get this error 
I ran the relation code based on the vgg16 network, but found that the number of epochs is the same, but much lower than the map value of the individual...
When I run the train.py file after I modified the config.py file,there is a AttributerError:module 'model' has no attribute 'resnet101'.If it's convenient ,piease tell me how to solve it.Thank you!
I compare your code with mxnet(official) version, find that in PositionalEmbedding function,maybe the dim_mat should not be divided by 1? ``` dim_mat = mx.sym.broadcast_power(lhs=mx.sym.full((1,), wave_length), rhs=(8. / feat_dim) * feat_range)...
can you give me the solution?thank you!