Skip to content

Commit

Permalink
[show_model_with_bounding] fix the problem also for model with conv l…
Browse files Browse the repository at this point in the history
…ayer
  • Loading branch information
NoaShapira8 committed Jul 14, 2024
1 parent 6b66212 commit 3a24fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_py/nerlPlanner/JsonElementWorkerDefinitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# Maps from layer type to the functionality of layer mapping
LayerTypeToFunctionalMap = OrderedDict([
("Scaling" , ScalingMethodMap),
("CNN" , None),
("Conv" , None),
("Perceptron" , ActivationFunctionsMap),
("Pooling" , PoolingMethodMap),
("Probabilistic" , ProbabilisticActivationFunctionMap),
Expand Down

0 comments on commit 3a24fce

Please sign in to comment.