Dmitry Goldenberg
Dmitry Goldenberg
@almirb Yeah, nice but won't this take months or years to get all done and right? I think there are mlops frameworks out there to automate this kind of thing,...
@jafaircl @maciejkula Why not just make this explicit in the tutorials? It's a well-known, popular use-case and spelling it out in the docs explicitly would go a long way, IMO.
Thanks, @maciejkula. This makes sense to me; I'll update the ticket as I experiment with larger datasets. This is possibly a "naive" intuitive sense, however, "wouldn't it be nice" if...
Yes, @MLnick Spark-TF may seem as a place to look however, what it offers is a conversion of TF records into Spark. _Interop_ is the wrong word to use here;...
I'll look at Dask however, like with anything, many folks these days are on AWS EMR or some equivalent technology in their services. What most folks would want, I'd venture...
That does look interesting, @MLnick. What sort of use-case are you playing with?
Nice. I think it would be great to have a full example of how to scale TFRS so it's easy to take and plop into AWS EMR or the like...
Any resolution for this issue?
Hey @Echo9573, I think your error is: ``` /bin/sh: 1: java: not found ``` judging by the output. However you can try running Maven with -e and -X to get...
It says there are test failures. Any more info before or after this snippet? You can add -e and -X switches to your maven command to get more info, too....