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

[show_model_with_bounding] fix issue #371

Merged
merged 3 commits into from
Jul 15, 2024
Merged

Conversation

NoaShapira8
Copy link
Collaborator

No description provided.

@NoaShapira8 NoaShapira8 linked an issue Jul 14, 2024 that may be closed by this pull request
@leondavi
Copy link
Owner

@NoaShapira8
What is this change?
It doesn't pass CI

@@ -8,7 +8,7 @@
LayerTypeMap = OrderedDict([
("Default" , "0"),
("Scaling" , "1"),
("Conv" , "2"),
("CNN" , "2"),
Copy link
Owner

Choose a reason for hiding this comment

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

Why do you change conv layer to CNN?
Conv is the correct name of convolutional layer.

@@ -81,7 +81,9 @@
("Probabilistic" , ProbabilisticActivationFunctionMap),
("LSTM" , None),
("Reccurrent" , None),
("Unscaling" , UnScalingMethodMap)]
("Unscaling" , UnScalingMethodMap),
("Flatten" , FlattenMethodMap),
Copy link
Owner

Choose a reason for hiding this comment

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

@Orisadek
You should validate that Flatten and Bounding are supported by parser and NerlWorkerNN

@leondavi leondavi merged commit d663453 into master Jul 15, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

Show worker model with Bounding Layer
2 participants