Skip to content

AttributeError: module 'keras_applications' has no attribute 'set_keras_submodules' #3503

@Tylersuard

Description

@Tylersuard

To get help from the community, we encourage using Stack Overflow and the tensorflow.js tag.

TensorFlow.js version

0.8.6

Describe the problem or feature request

Attempting to convert .pb frozen graph to tensorflow.js using the following code:

!tensorflowjs_converter
--input_format=tf_frozen_model
--output_node_names='num_detections', 'detection_boxes', 'detection_scores', 'detection_classes','raw_detection_boxes', 'raw_detection_scores', 'detection_masks', 'detection_multiclass_scores', 'detection_features'
frozen_inference_graph.pb
/web_model

Results in the above error.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions