Dmitry Goldenberg
Dmitry Goldenberg
Spark 3.1.1, running in AWS EMR 6.3.0, python 3.7.2 I'm getting the following error: ``` File "/usr/lib/spark/python/lib/pyspark.zip/pyspark/sql/streaming.py", line 101, in awaitTermination File "/usr/lib/spark/python/lib/py4j-0.10.9-src.zip/py4j/java_gateway.py", line 1305, in __call__ File "/usr/lib/spark/python/lib/pyspark.zip/pyspark/sql/utils.py", line...
Could you provide an example/recipe for how to run a TensorFlow application on AWS EMR using TensorFlowOnSpark to achieve scale and distributability? For example let's say I want to run...
I get the below in my TFRS prototype where I build a model with user ID's and item ID's, no other features. Does this error indicate a mismatch of batch...
I'm running the below type of code on a GPU enabled machine and I get the below error. Any idea as to what might be causing it and/or how to...
Question: does TFRS support item similarity i.e. recommending similar / related items? I mean item-to-item recommendations, as in, recommend items that are most similar to an item you specify when...
The documentation does not appear to offer much guidance on how to scale up a TFRS based solution, for example, here: https://www.tensorflow.org/recommenders/examples/basic_retrieval. To start, let's consider a (common, I'm sure)...
The documentation of the Spark TensorFlow Distributor says: > in order to use many features of this package, you must set up Spark custom resource scheduling for GPUs on your...
The latest TF right now is 2.4.0. The latest connector on maven central is 1.15.0 published on Oct 23, 2019. If I build the connector with the instructions from here:...
The lib doesn't seem to be working in the context of TensorFlow 2.x. My environment: - AWS emr-5.31.0 - TF=2.1.0, Spark=3.0.1 - built the library with the following: ``` mvn...
There are a lot of tickets in this repo and the `homebrew-essentia` repo which report various issues with installing Essentia on macOS. I'd like to propose that this be done...