mirror of
https://github.com/cambridgeltl/MTL-Bioinformatics-2016.git
synced 2026-04-03 00:08:57 -06:00
AttributeError: 'Predictor' object has no attribute 'model' #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @afergadis on 1/26/2018
Running the
baseline.pyI get the error in the title. More precisely the log is the followingIndeed in line 137 of the
callbacks.pythere is an attempt to useself.modelbut callPredictoris never assigned a model in thetoken_evaluatorfunction, line 200.