I ran this project of HTML on Windows7, but output with ' <li><a <li><a <li>.....'
finallylly opened this issue ยท 4 comments
finallylly commented
housyunn-ishi commented
Use floydhub\HTML\HTML_preloaded_weights.ipynb
and download org-weights-epoch-0900---loss-0.0000.hdf5
Remenber to change the path.
emilwallner commented
You can either use the preloaded weights like @shifangjun suggested, or train it until the Loss value reaches 0.0001 .
finallylly commented
I follow the steps as @shifangjun suggested, and then it works.
akshayvijayan commented
Use
floydhub\HTML\HTML_preloaded_weights.ipynb
and download org-weights-epoch-0900---loss-0.0000.hdf5Remenber to change the path.
Still not working. Showing the following error:
ValueError: You are trying to load a weight file containing 8 layers into a model with 448 layers.
@emilwallner