SigmaCCS
SigmaCCS copied to clipboard
Error ion test.ipynb
in the last times i made predictions using the jupyter notebook in have some errors.
the first one came from numpy
anaconda3\envs\sigma\lib\site-packages\numpy\core_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray return array(a, dtype, copy=False, order=order
and the second one came from Keras library,
anaconda3\envs\sigma\lib\site-packages\keras\utils\generic_utils.py:497: CustomMaskWarning: Custom mask layers require a config and must override get_config. When loading, the custom mask layer must be passed to the custom_objects argument. category=CustomMaskWarning)
can you help me? Thank you for your work