We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tempotron类中,是不是缺了个括号? 原文:self.v0 = self.v_threshold / math.exp(-t_max / tau) - math.exp(-t_max / tau_s) 我认为的:self.v0 = self.v_threshold / (math.exp(-t_max / tau) - math.exp(-t_max / tau_s)) 还请指教
The text was updated successfully, but these errors were encountered:
谢了,应该是错了,明天修复一下。因为相应的教程也得修复一下
Sorry, something went wrong.
fix tempotron bug #88
406517c
No branches or pull requests
Tempotron类中,是不是缺了个括号?
原文:self.v0 = self.v_threshold / math.exp(-t_max / tau) - math.exp(-t_max / tau_s)
我认为的:self.v0 = self.v_threshold / (math.exp(-t_max / tau) - math.exp(-t_max / tau_s))
还请指教
The text was updated successfully, but these errors were encountered: