connor-create

Results 1 issues of connor-create

I have built a dynamic step driver but cannot seem to get it to work with jit_compile=True. ``` driver = Driver() # Setup driver # driver.run = tfa_common.function(driver.run, jit_compile=True) ```...