Michael P.J. Camilleri

Results 6 issues of Michael P.J. Camilleri

Is there a way that an intermediate value in the config can be modified through the cfg-options? For e.g., assume I have a global variable ```DataSet='Train'``` which many of the...

Hi I am trying to get the recall to be output. If I call `1 - len(obj.false_negatives) / obj.num_gt_positives` where `obj` is an APDataObject, is that correct?

Why is it that for the Encoder we can pass in the whole sentence and its forward pass does the reccurrence for us, but we have to do the same...

First off thanks for this system. Is it possible to add a feature whereby annotations are only allowed to start/end at specific temporal boundaries (say at 1s intervals)? Thanks

When checking for the present of the `features` in the fit method, this raises an error unless the type is a list (for example using a numpy array). This is...

Fixes bug whereby any original state of the ignore flag is not used.