olgavrou
olgavrou
Does the enabled tcp_keepalives resolve this issue? It won't return an error message to the client, but it will be obvious that the connection has dropped.
we should start updating vw submodule based on tagged releases we should have another release coming up early September so we should plan to update VW then
@SchuylerGoodman yes it looks like that should be removed also, thanks for pointing it out
Hi @0110G Yes you are managing the examples correctly, calling finish_example will return the example objects to the internal VW example pool (where `get_unused_example` gets them from) and memory will...
Hi @0110G are the models on each cycle the same or are they newly trained models? Do you know if the model size increases between each cycle? If a model...
Closing this at it is currently not on our roadmap, feel free to reopen
Closing as known issue
we could potentially implement multiple tags and use that to set label weights
Hi @musram the simplest way to implement this for cb is to add the `weight` parsing to the cb label (see [here](https://github.com/VowpalWabbit/vowpal_wabbit/blob/master/vowpalwabbit/cb.cc#L37)) similarly to the simple_label parser (see [here](https://github.com/VowpalWabbit/vowpal_wabbit/blob/master/vowpalwabbit/simple_label_parser.cc#L75)) The...