-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In the code defined here:
lsb-learn/seq_n100/siacnn_models_gpu.py
Lines 58 to 62 in c4ae6aa
seq_a.append(leng_fea(samples_a[i])) | |
seq_b = [] | |
for i in range(len(samples_b)): | |
seq_b.append(leng_fea(samples_b[i])) |
it is not clear what "leng_fea" means. Python is not able to resolve the issue
Metadata
Metadata
Assignees
Labels
No labels