Skip to content

Fix split/sliced probe bugs#284

Merged
drasmuss merged 1 commit intomasterfrom
cifar10
Apr 13, 2020
Merged

Fix split/sliced probe bugs#284
drasmuss merged 1 commit intomasterfrom
cifar10

Conversation

@hunse
Copy link
Copy Markdown
Contributor

@hunse hunse commented Apr 9, 2020

  • Wrong index used for slice in split_probe.
  • compartment_idxs must be an array to allow probe.slice
    to be an index array in hardware.builder.build_probe.
  • Probe weights were not configured properly when the probe target
    was an ObjView.

Copy link
Copy Markdown
Member

@drasmuss drasmuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just added a changelog entry, looks good

- Wrong index used for slice in `split_probe`.
- `compartment_idxs` must be an array to allow `probe.slice`
  to be an index array in `hardware.builder.build_probe`.
- Probe weights were not configured properly when the probe target
  was an `ObjView`.
@drasmuss drasmuss merged commit 944c0e2 into master Apr 13, 2020
@drasmuss drasmuss deleted the cifar10 branch April 13, 2020 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants