Open almostimplemented opened 2 years ago
Cheap, localized solution to the bug described in #1911
For the TF2 codepath, provide additional two methods to the DummyModule: load_checkpoint and get_trainable_variables.
DummyModule
load_checkpoint
get_trainable_variables
Hm, maybe these can be added directly to the DummyModule construction, down at def framework (line 83 in original).
def framework
Cheap, localized solution to the bug described in #1911
For the TF2 codepath, provide additional two methods to the
DummyModule
:load_checkpoint
andget_trainable_variables
.