Allennlp

Fix errors with empty params list

The error ValueError: optimizer got an empty parameter list from allennlp does not relate to the parameters from your json config file. The parameters in question are the tensors to be optimized per torch/optim/optimizer.py. This typically is caused by having a mismatch in field names.


Revision #1
Created Mon, Sep 9, 2019 3:35 PM by kenneth
Updated Mon, Sep 9, 2019 3:37 PM by kenneth