htmresearch
htmresearch copied to clipboard
Remove dynamic importing from sequence classification network factory
Instead of using dynamic imports when registering regions (here) the user should pass in the region to the factory. That is, whatever runner is creating the network instance should be responsible for importing the region that needs to be registered.