clab/dynet

Concatenate batch fails if vectors are of sizes (dim,) and (dim, 1)

Open

#531 建立於 2017年5月8日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)C++ (701 fork)github user discovery
good first issuemoderate bug

倉庫指標

Star
 (3,433 star)
PR 合併指標
 (PR 指標待抓取)

描述

Hi! The title sums it up. If you try to concatenate d-dimensional vectors but some vectors' shape is (d,) while others is (d, 1), dynet.concatenate_batch fails. However, if you do dynet.concatenate_cols and then a reshape, everything works fine.

貢獻者指南