You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@paramlayer: thelevelofthelayerwheretoperformtheinjection.
@paramfuzzifier: thefuzzifierusedtomaptheknowledge (bydefaultitisSubNetworkBuilder).
"""
# TODO: analyse this warning that sometimes comes out, this should not be armful (same as kbann).
tf.get_logger().setLevel("ERROR")
self._base = model_deep_copy(predictor)
self._predictor: Model = model_deep_copy(predictor)
if layer < 0 or layer > len(predictor.layers) - 2:
The text was updated successfully, but these errors were encountered:
https://api.github.com/psykei/psyki-python/blob/7a9ca5412035a7a1b0d3ca52c948a1c88e06a2e4/psyki/ski/kins/__init__.py#L25
The text was updated successfully, but these errors were encountered: