Traceback (most recent call last):
File "/home/jacopo/Documents/masters/mlgw_bns_paper/fig/benchmarking_evaluation.py", line 54, in <module>
class Approximant(ABC):
File "/home/jacopo/Documents/masters/mlgw_bns_paper/fig/benchmarking_evaluation.py", line 55, in Approximant
model = mlgw_bns.Model.default(filename='figure')
File "/home/jacopo/.pyenv/versions/scripting-env/lib/python3.9/site-packages/mlgw_bns/model.py", line 332, in default
model.load(streams=(stream_meta, stream_arrays, stream_nn))
File "/home/jacopo/.pyenv/versions/scripting-env/lib/python3.9/site-packages/mlgw_bns/model.py", line 585, in load
self.nn = self.nn_kind.from_file(filename_nn)
File "/home/jacopo/.pyenv/versions/scripting-env/lib/python3.9/site-packages/mlgw_bns/neural_network.py", line 276, in from_file
return cls(*joblib.load(filename))
File "/home/jacopo/.pyenv/versions/scripting-env/lib/python3.9/site-packages/joblib/numpy_pickle.py", line 577, in load
obj = _unpickle(fobj)
File "/home/jacopo/.pyenv/versions/scripting-env/lib/python3.9/site-packages/joblib/numpy_pickle.py", line 506, in _unpickle
obj = unpickler.load()
File "/home/jacopo/.pyenv/versions/3.9.11/lib/python3.9/pickle.py", line 1212, in load
dispatch[key[0]](self)
KeyError: 25
Not sure why: the pickled model is there.
In case this is an issue of interaction with another package, here they are:
Traceback is:
Not sure why: the pickled model is there.
In case this is an issue of interaction with another package, here they are: