运行pip install haiku后,有没有人可以帮我修复以下错误 "ERROR: Could not find a version that satisfies the requirementhaiku (from versions: 0.01_20110820-135621)
ERROR: No matching distribution found for haiku" 非常感谢你的任何有用的答案
例如,您设置了一个具有params的模块。但是,如果你想在亏损的情况下正规化一些东西,模式是什么? import jax.numpy as jnpdef loss(params, x, y): w = hk.get_params(params, 'w') # does not work like this return l 示例中缺少一些模式。