Skip to content
Snippets Groups Projects

Fix connector

Merged Maxence Naud requested to merge fix_connector into dev

Context

import aidge_core as ac

x = ac.Connector()
x = ac.FC(3,3)(x) # error!
y1 = ac.FC(3,3)(x)
y2 = ac.FC(3,3)(x)

model = ac.generate_graph([y1,y2])

The Node object raises an assertion because inputs 1 and 2 are not empty.

It should only check Data input instead of each input

Modified files

Node.cpp

Edited by Maxence Naud

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading