You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this error occurs when running 'output_sample.py', and I found that though there are some variable scopes when building the network in 'out_model.py', such as with tf.variable_scope('SegLayer'): mod = M.Model(feature) mod.convLayer(3, 2, dilation_rate=dilation)
but after I run 'deploy_pretrain.py', still no corresponding values or defines are found in the checkpoint files when I check them with netron, all are WideRes, no Seglayer, MergingLayer, or inst_layer.
The text was updated successfully, but these errors were encountered:
this error occurs when running 'output_sample.py', and I found that though there are some variable scopes when building the network in 'out_model.py', such as
with tf.variable_scope('SegLayer'): mod = M.Model(feature) mod.convLayer(3, 2, dilation_rate=dilation)
but after I run 'deploy_pretrain.py', still no corresponding values or defines are found in the checkpoint files when I check them with netron, all are WideRes, no Seglayer, MergingLayer, or inst_layer.
The text was updated successfully, but these errors were encountered: