Subasish Das

Results 2 issues of Subasish Das

The `package` and the `vignette` codes are working perfectly except `st.labs` involved codes. > plot(gg_md, lbls=st.labs) > Error in plot.gg_minimal_depth(gg_md, lbls = st.labs) : > object 'st.labs' not found

Getting error message from here. ``` /usr/local/lib/python3.7/dist-packages/tensorflow/python/keras/engine/input_spec.py in assert_input_compatibility(input_spec, inputs, layer_name) 230 ', found ndim=' + str(ndim)) 231 if spec.min_ndim is not None: --> 232 ndim = x.shape.rank 233 if...