h2o4gpu icon indicating copy to clipboard operation
h2o4gpu copied to clipboard

annotate() got multiple values for argument 'text' in Multi-GPU-H2O-GLM-simple.ipynb

Open shirishr opened this issue 6 years ago • 0 comments

Please do not use issues to ask questions. For questions use either StackOverflow (h2o4gpu tag) or Gitter.

GitHub issues are used for:

  • Bug reporting.
  • Feature/enhancement requests and discussion.

Before submitting a new issue please make sure a similar issue is not already present in the tracker.

Please make sure to fill out the form below as best as you can. This will help both you and us.


Environment (for bugs)

  • OS platform, distribution and version (e.g. Linux Ubuntu 16.04): Linux Ubuntu 16.04

  • Installed from (source or binary): not install using local repo

  • Version: 0.3.0

  • Python version (optional): Python 3.6

  • CUDA/cuDNN version: V9.0.176 / 7.3.1

  • GPU model (optional): GEFORCE 1050Ti

  • CPU model: AMD FX(tm)-4300 Quad-Core Processor

  • RAM available: 8GB (4GB GPU) Please refer to google on how to obtain the above on your platform.

Description

Ran Multi-GPU-H2O-GLM-simple.ipynb Finally at the last cell got following output:

Begin Setting up Solver End Setting up Solver Begin Solving End Solving Time to train H2O AI ElasticNetH2O: 2968.9964780807495 RunAnimation

Number of GPUS: 1 Animation deviceCount=1

Followed by error:

opening /home/sam/Documents/h2o4gpu/examples/py/demos/error.txt


TypeError Traceback (most recent call last) in () 1 import time 2 time.sleep(2) # sleep in case glm takes time to get going and animation already looks for error.txt file. ----> 3 RunAnimation(n_gpus) 4 #concurrent.futures.wait(futures)

~/anaconda3/envs/py36/lib/python3.6/site-packages/h2o4gpu/util/testing_utils.py in RunAnimation(arg) 1009 xycoords='axes fraction', 1010 textcoords='offset points', -> 1011 va='top') 1012 1013 #update the graphics

~/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib/pyplot.py in annotate(text, xy, *args, **kwargs) 2399 @docstring.copy_dedent(Axes.annotate) 2400 def annotate(text, xy, *args, **kwargs): -> 2401 return gca().annotate(text=text, xy=xy, *args, **kwargs) 2402 2403 # Autogenerated by boilerplate.py. Do not edit as changes will be lost.

TypeError: annotate() got multiple values for argument 'text'

shirishr avatar Dec 07 '18 19:12 shirishr