marco-ve

Results 6 comments of marco-ve

I agree. And the performance issue is exacerbated by the fact that the sample that is used for evaluation comes from the training set - and the model can still...

I think you misunderstand the _spirit_ of open source. Yes, nowhere in that definition you linked to does it say that you can't make people fill out a form, or...

> Hi @apolinario and all! We've released a custom Gradio Component called `gradio_rich_textbox` that accomplishes this. > > You can add color/bold/italics using BBCode, e.g. `[color=green][b]Hello![/b] My name is Abubakar[/color]`....

I know the structure. I was pointing out that the readme is not linking to it for no apparent reason.

Yes, I posted an issue about this [here](https://github.com/tensorflow/recommenders/issues/673) a week ago, no response. It gets worse with tutorials like the one on [listwise ranking](https://www.tensorflow.org/recommenders/examples/listwise_ranking) since that one also requires tensorflow_ranking...

For recommenders, datasets and scann I built a docker environment from tf/tf:2.11.1-gpu and forced protobuf 3.20.3: ``` FROM tensorflow/tensorflow:2.11.1-gpu RUN python3 -m pip install --upgrade pip && \ pip install...