Skip to content

AdamOptimizer #271

@bpietroiu

Description

@bpietroiu

I am trying to get CnnTextClassification to work with IsImportingGraph = false

In AdamOptimizer I found two problems.

  1. It does not override Optimizer._prepare so I get a NullReferenceException down the line, when LearningRateTensor is referenced
  2. After fixing 1, when running the generated graph, Session.Run returns status : 'var and delta do not have the same shape[41205,128] [6400,128] [[{{node loss/Adam/update_embeddings/ApplyGradientDescent}}]]'

I have no ideea what to do next.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions