Dear authors,
I've tried master as well as mister-ed branch,
but there're always quit a few import, deprecating errors.
So I'm wondering is the code to date now?
For example:
In Experiment_1.ipynb
this will go wrong because there's no "from_polytope_dict" in polytope
from polytope import Polytope, from_polytope_dict
This will go wrong as shown in the following
t = incremental_GeoCert(lp_norm, network, x_0, ax, plot_dir)
geometric-certificates/utilities.py in comparison_form(A, b, tolerance)
78 b is a 1d numpy array of shape (m)
79 """
---> 80 raise DeprecationWarning("DON'T DO THIS OUTSIDE OF BATCH ")
81 m, n = A.shape
82 # First scale all constraints to have b = +-1, 0
DeprecationWarning: DON'T DO THIS OUTSIDE OF BATCH
Thanks.
Best,
Leo
Dear authors,
I've tried master as well as mister-ed branch,
but there're always quit a few import, deprecating errors.
So I'm wondering is the code to date now?
For example:
In Experiment_1.ipynb
this will go wrong because there's no "from_polytope_dict" in polytope
from polytope import Polytope, from_polytope_dict
This will go wrong as shown in the following
t = incremental_GeoCert(lp_norm, network, x_0, ax, plot_dir)
geometric-certificates/utilities.py in comparison_form(A, b, tolerance)
78 b is a 1d numpy array of shape (m)
79 """
---> 80 raise DeprecationWarning("DON'T DO THIS OUTSIDE OF BATCH ")
81 m, n = A.shape
82 # First scale all constraints to have b = +-1, 0
DeprecationWarning: DON'T DO THIS OUTSIDE OF BATCH
Thanks.
Best,
Leo