-
Notifications
You must be signed in to change notification settings - Fork 540
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I am trying to get CnnTextClassification to work with IsImportingGraph = false
In AdamOptimizer I found two problems.
- It does not override Optimizer._prepare so I get a NullReferenceException down the line, when LearningRateTensor is referenced
- 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 workingSomething isn't working