This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
ENAS bug IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1) #2091
Labels
bug
Something isn't working
external contributor
good first issue
Good for newcomers
NAS
user raised
In ENAS example, when
lstm_num_layers=1
, the code can run successfully. However, when I setlstm_num_layers=2
, then it raises the following error:IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1)
The text was updated successfully, but these errors were encountered: