Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tfjs-layers/src/engine/topology.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ export abstract class Layer extends serialization.Serializable {
} else {
throw new AttributeError(
`The layer ${this.name} has multiple inbound nodes with different ` +
`output shapes. Hence the notion of "outut shape" is ill-defined ` +
`output shapes. Hence the notion of "output shape" is ill-defined ` +
`for the layer.`);
// TODO(cais): Implement getOutputShapeAt().
}
Expand Down