Skip to content

convInfo undefined when fitting downloaded model for transfer learning #2194

@nwbhatia

Description

@nwbhatia

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

Tensorflow.js 1.2.8

Chrome 77.0.3865.90

Describe the problem or feature request

Getting "backend_webgl.ts:2088 Uncaught (in promise) TypeError: Cannot read property 'filterHeight' of undefined" when trying to fit downloaded model to training data.

My code does the following:

Modifying and freezing the model work fine (I've confirmed these work by checking the model summary), but attempting to fit the model leads to the error seen below (it seems that convInfo is undefined, but I'm unsure how to debug the root cause).

Screen Shot 2019-10-11 at 6 44 23 PM

Any help on this issue would be much appreciated!

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions