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

Neural Network Disappears When Adding a Neuron After Running Forward Propagation #1697

Open
alvaro555 opened this issue Oct 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@alvaro555
Copy link
Collaborator

Description:

When running forward propagation in the Neural Network Define tab and then attempting to add or remove a neuron, the entire neural network disappears, leaving only a single neuron visible.

Steps to Reproduce:

  1. Open Open Roberta Lab.

  2. Go to the Neural Network Define tab.

  3. Set up a neural network.

  4. Click the button "Run forward propagation neuron by neuron" (located in the bottom-left corner).

  5. After clicking the "+" or "-" button to add or remove a neuron in the neural network:

    • Expected Behavior: The neural network should maintain its structure, and a new neuron should be added or removed from the appropriate layer without affecting the rest of the network.
    • Actual Behavior: The entire neural network disappears, and only a single neuron remains visible in the workspace.

Environment:

  • Browser: Chrome Version 129.0.6668.70 (Official Build) (64-bit)
  • Operating System: Ubuntu 22.04.5 LTS

Screenshots/Logs:

issue3

@bjost2s bjost2s added the bug Something isn't working label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants