blablahaha
blablahaha
I met the same problem. It works with ```js let AlignStyle = Quill.import('attributors/style/align'); Quill.register(AlignStyle, true); ``` But if I add ```js let SizeStyle = Quill.import('attributors/style/size'); Quill.register(SizeStyle, true); ``` The part...
@zxlmufc Yes, I tried another implementation, likes: ```python def _body(_current_time, _out_ta, *_state_queues): current_input = _out_ta.read(_current_time) next_input, updated_queues = _loop_fn(_current_time, current_input, _state_queues) _out_ta = _out_ta.write(_current_time + 1, next_input) return [_current_time +...
@zxlmufc Coooool, thanks so much for satisfying my curiosity!
If `dilation=4`, the last input should be [5, 6, 7, 8, 9]
I found that, the function for calculating **cosine_sim** doesn't use **exp** (which was mentioned in original paper)