Shravankumar

Results 4 issues of Shravankumar

#202 This is another type of issue observed while training with multiple GPUs. ``` return TCPStore( TimeoutError: The client socket has timed out after 1800s while trying to connect to...

Unable to run training on 4 gpus, where I can run the same on single GPU with batch size =1 . ``` #trainer params batch_size = 1 #tried 4 but...

Unable to run: ``` tree_json = generate_tree_json(dtree_model, withNodeIDs=True # each tree with node ID ) ``` ` 265 sc = SparkContext.getOrCreate() 266 --> 267 json_tree = sc._jvm.com.vfive.spark.ml.SparkMLTree(DecisionTreeClassificationModel._java_obj).toJsonPlotFormat() 268 269 if...

Below is the error prompted: × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [5 lines of output] /tmp/pip-install-0kl4pkvg/lxml_fbe28ab931b94d3d889cf927fe53b507/setup.py:67: DeprecationWarning: pkg_resources is deprecated as an API....