Skip to content

Commit 27a61ef

Browse files
committed
mod to latency-cell
1 parent 23a54f6 commit 27a61ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ngclearn/components/input_encoders/latencyCell.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from ngclearn.utils.model_utils import clamp_min, clamp_max
55
from jax import numpy as jnp, random, jit
66
from functools import partial
7+
from ngcsimlib.logger import info
78

89
@jit
910
def _update_times(t, s, tols):

0 commit comments

Comments
 (0)