user2257636
user2257636

Reputation: 37

Getting argument data's type Tensor[3,850,850] is incompatible with the type Tensor[3,370,1224] of the passed Variable on cntk

I am getting argument data's type Tensor[3,850,850] is incompatible with the type Tensor[3,370,1224] of the passed Variable error when running cntk's Fast RCNN sample code.

Sometime the number in Tensor[] changes...without any modification on config files Thanks in advance.

Upvotes: 0

Views: 101

Answers (1)

user2257636
user2257636

Reputation: 37

It was crash between network model image size and new trainning image configuration After I erase model I train earlier. It worked!

Upvotes: 0

Related Questions