You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dimensions node has numerous bugs and undesirable behavior.
The only repeatable issue I have is with the split functionality - given a new input, split will revert to N and 1. I think this has to do with how the validate function runs and adjusts the values to fit with the input data, but it is problematic when saving networks with Dimensions nodes, or when loading new data from a file in the same network.
It would take a substantial rewrite of the validate function to fix this issue. I have created a new Reshape node , which should hopefully address these issues.
The dimensions node has numerous bugs and undesirable behavior.
The only repeatable issue I have is with the split functionality - given a new input, split will revert to N and 1. I think this has to do with how the validate function runs and adjusts the values to fit with the input data, but it is problematic when saving networks with Dimensions nodes, or when loading new data from a file in the same network.
(porting from @nckz on GitLab a while back)
The text was updated successfully, but these errors were encountered: