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

Octagon not yet supporting BN #35

Open
chengchihhong opened this issue Mar 27, 2019 · 0 comments
Open

Octagon not yet supporting BN #35

chengchihhong opened this issue Mar 27, 2019 · 0 comments
Assignees

Comments

@chengchihhong
Copy link
Contributor

In the static analysis engine, with the start of octagon, is written that it will always fetch the weight.

for layerIndex in range(1, len(net.layers)+1):
# in neuralnet.py for storing weights, the index starts with 0
weights = net.layers[layerIndex-1]["weights"]
bias = net.layers[layerIndex-1]["bias"]

This should be adjusted such that it takes different values based on different layers.

@chengchihhong chengchihhong self-assigned this Mar 27, 2019
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