Last active
May 5, 2018 11:12
-
-
Save melgor/7dd78c4e5a7b9322034776535a92c23c to your computer and use it in GitHub Desktop.
SOMPY Tutorial 1 Refactored
Hello !
First of all , Thanks for the tutorial ,
i keep getting this error when calling .show(sm)
File "C:\ProgramData\Anaconda3\lib\site-packages\sompy-1.0-py3.6.egg\sompy\visualization\mapview.py", line 22, in _calculate_figure_params
row_sz = np.ceil(float(dim) / col_sz)
TypeError: unsupported operand type(s) for /: 'float' and 'NoneType'
Any idea what could be wrong?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the tutorial
¿Is it possible to write specific labels to neurons?