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

glove.py #8

Open
ghost opened this issue Feb 27, 2020 · 2 comments
Open

glove.py #8

ghost opened this issue Feb 27, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 27, 2020

Glove.py module is seen to be incorrect. In the for loop(line11-12), you change "select" array at each iteration. The select array used in line 25 is the last updated array. What do you try to do in for loop written in line 11-12?

@yuan-er
Copy link

yuan-er commented Apr 16, 2020

The "select" array is only used to compute its length, which is exactly the number of select attributes.

My problem is that the torch.manual_seed was not set. The glove.pkl generated each time will be different.

@abhigoku10
Copy link

@2014gaokao is the glove.pkl file tightly coupled with the model ? when i was testing on my image with my glove.pkl and ur model it was giving error results ? is there any relation between them

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

2 participants