clab / clab/dynet

enable multiple arguments with __getitem__ access to Expressions

Open
#767 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
3.4k
Forks
701
PR merge metrics
No merged PRs in 30d

Description

It would be nice to be able to support things like the following in Python:
A[1,2]
B[:,0]
v[12]
T[1,2,3]
and so on. To do so, we need a generalized element access Node and the appropriate syntactic glue in the Python wrapper.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.