Any updates on this one, i am looking for something similar.
I have an rnn output batch of the size `((64,), 11)` and i want to pick the last column. I tried `dy.select_cols(fw_exps[0], [last_col_id])` and got `ValueError: Bad arguments in SelectCols: [{64X11}]`.
Is there something like `dy.select_cols_batch`.