【问题标题】:YOLO Training error with shape for my own dataset, Can someone help to understand this and help to solve the issueYOLO Training error with shape for my own dataset,有人可以帮助理解这一点并帮助解决问题吗
【发布时间】:2020-02-04 11:14:56
【问题描述】:
ValueError: could not broadcast input array from shape (1,5) into shape (1,8)

【问题讨论】:

  • 也添加您的代码

标签: python python-3.x deep-learning yolo


【解决方案1】:

基本上,这个错误是由于广播时形状之间的不兼容而发生的。在NumPy 数组上执行某些操作时,需要遵循一些广播规则。您可以阅读更多关于这些规则的信息here

【讨论】:

    猜你喜欢
    • 2019-04-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-19
    相关资源
    最近更新 更多