vasgaowei / pytorch_MELM

The pytorch implementation of the Min-Entropy Latent Model for Weakly Supervised Object Detection
104 stars 19 forks source link

AssertionError: size of input tensor and input format are different #3

Open magemoumou opened 5 years ago

magemoumou commented 5 years ago

With a series of file index mismatch problems in your code-file "train_faster_rcnn.sh" being debugged. I successfully got to the following running process: '"

vasgaowei commented 5 years ago

I'm sorry, i will update a new vision to fix many existed problems. And as for the problem you met, i suggest use version tensorboardX 1.4 and tensorboard 1.11.0.

magemoumou commented 5 years ago

It does work! Thanks for your help.