Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError #10

Open
Sreelakshmi-k opened this issue Dec 30, 2022 · 0 comments
Open

IndexError #10

Sreelakshmi-k opened this issue Dec 30, 2022 · 0 comments

Comments

@Sreelakshmi-k
Copy link

Sreelakshmi-k commented Dec 30, 2022

Traceback (most recent call last):
File "main.py", line 44, in
main()
File "main.py", line 20, in main
saved_model, model = train(train_data, val_data, saver)
File "/content/drive/MyDrive/GCN/Text-GCN/train.py", line 13, in train
model = create_model(train_data)
File "/content/drive/MyDrive/GCN/Text-GCN/model_factory.py", line 17, in create_model
return model_ctors[name](layer_info, dataset)
File "/content/drive/MyDrive/GCN/Text-GCN/model_factory.py", line 32, in create_text_gnn
weights[k] = min_weight / float(v)
IndexError: list assignment index out of range

@Sreelakshmi-k Sreelakshmi-k changed the title Clean senetnces creation IndexError Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant