|
2
|
| thebeancounter · 技术社区 · 7 年前 |
|
|
1
1
问题是您将错误的输入传递到损失函数。
根据
triplet_semihard_loss docstring
你需要通过
因此,您的代码必须是:
|
|
|
2
-1
你确定吗
|