You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Neural Network Console Users
ValueError: could not broadcast input array from shape (32,3,608,1920) into shape (32,1,608,1920)
(null)
If you could please help with this, dont quite understand the meaning of this.
Thank you very much!
Yoshiyuki Kobayashi
unread,
Aug 6, 2018, 4:33:08 AM8/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Neural Network Console Users
It may be the cause of the error that the input layer assumes monochrome image while the input image is a color image. If it is a task with monochrome images, convert all input images to monochrome. If it is a task with color images, please set Size property of the input layer to "3,608,1920".