eragonruan / refinenet-image-segmentation

a tensorflow implement of refinenet ,RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation
130 stars 35 forks source link

Run demo.py error #22

Open kaiwenzha opened 5 years ago

kaiwenzha commented 5 years ago

I have the same problem proposed in previous issues. When running demo.py, ERROR: Key feature_fusion/Conv_37/BatchNorm/beta/ExponentialMovingAverage not found in checkpoint

I wonder if you save the checkpoint with ExponentialMovingAverage parameters ?

initialneil commented 5 years ago

Same error here. Any updates?

ssxlconch commented 5 years ago

I have the same problem proposed in previous issues. When running demo.py, ERROR: Key feature_fusion/Conv_37/BatchNorm/beta/ExponentialMovingAverage not found in checkpoint

I wonder if you save the checkpoint with ExponentialMovingAverage parameters ?

I suffered the same error, have you solve it?

SangerY commented 5 years ago

@ssxlconch I have the same error,have you solved it ?