Skip to content

Instantly share code, notes, and snippets.

@thierryherrmann
Created August 2, 2020 23:39
Show Gist options
  • Save thierryherrmann/0515c45c5bc4bc5d40f2bb31c63a99ee to your computer and use it in GitHub Desktop.
Save thierryherrmann/0515c45c5bc4bc5d40f2bb31c63a99ee to your computer and use it in GitHub Desktop.
INFO:tensorflow:Assets written to: saved_model/assets
non-tensor: _CHECKPOINTABLE_OBJECT_GRAPH <class 'bytes'>
tensor : model/layer_with_weights-0/bias/.ATTRIBUTES/VARIABLE_VALUE (30,)
tensor : model/layer_with_weights-0/bias/.OPTIMIZER_SLOT/opt/m/.ATTRIBUTES/VARIABLE_VALUE (30,)
tensor : model/layer_with_weights-0/bias/.OPTIMIZER_SLOT/opt/v/.ATTRIBUTES/VARIABLE_VALUE (30,)
tensor : model/layer_with_weights-0/kernel/.ATTRIBUTES/VARIABLE_VALUE (8, 30)
tensor : model/layer_with_weights-0/kernel/.OPTIMIZER_SLOT/opt/m/.ATTRIBUTES/VARIABLE_VALUE (8, 30)
tensor : model/layer_with_weights-0/kernel/.OPTIMIZER_SLOT/opt/v/.ATTRIBUTES/VARIABLE_VALUE (8, 30)
tensor : model/variables/2/.ATTRIBUTES/VARIABLE_VALUE (30, 1)
tensor : model/variables/2/.OPTIMIZER_SLOT/opt/m/.ATTRIBUTES/VARIABLE_VALUE (30, 1)
tensor : model/variables/2/.OPTIMIZER_SLOT/opt/v/.ATTRIBUTES/VARIABLE_VALUE (30, 1)
tensor : model/variables/3/.ATTRIBUTES/VARIABLE_VALUE (1,)
tensor : model/variables/3/.OPTIMIZER_SLOT/opt/m/.ATTRIBUTES/VARIABLE_VALUE (1,)
tensor : model/variables/3/.OPTIMIZER_SLOT/opt/v/.ATTRIBUTES/VARIABLE_VALUE (1,)
non-tensor: opt/beta_1/.ATTRIBUTES/VARIABLE_VALUE <class 'numpy.float32'>
non-tensor: opt/beta_2/.ATTRIBUTES/VARIABLE_VALUE <class 'numpy.float32'>
non-tensor: opt/decay/.ATTRIBUTES/VARIABLE_VALUE <class 'numpy.float32'>
non-tensor: opt/iter/.ATTRIBUTES/VARIABLE_VALUE <class 'numpy.int64'>
non-tensor: opt/learning_rate/.ATTRIBUTES/VARIABLE_VALUE <class 'numpy.float32'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment