Harshith MohanKumar

Results 5 comments of Harshith MohanKumar

Hi @afi1289, I believe that we have a [crf layer](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/layers/crf.py) however we do not have an alternative for crf losses.

I'm currently working on implementing BERT for a personal project. I'm open to contribute!

Hey @ataymano, I tried reproducing this issue with vw v9.0.0+ ```pyvw.vw()``` has been deprecated and now uses ```Workspace```. The outputs create ### train.dat ``` 1:2:0.4 | a c 3:0:0.2 |...

> Python could hook into the structured logs that VW produces and forward them to the standard Python logging infrastructure. @jackgerrits Isn't this what's currently happening with the [py_log_wrapper](https://github.com/VowpalWabbit/vowpal_wabbit/blob/bfa67cfb9b5c18a2d4776196a8155eed4e5c5074/python/pylibvw.cc#L242) class?