Giuseppe Castellucci
Results
3
comments of
Giuseppe Castellucci
We will evaluate this for sure. In the meanwhile, can you make me an example of one tree of yours?
@codertimo Did you find a viable solution different from #125 ?
Taking inspiration from here: https://github.com/Hironsan/keras-crf-layer I think I've found a work-around solution. to save a model, just use the save method of model... `model.save(path)` to reload the model I use...