Yu Luo
Yu Luo
crf bugs
When I try `run_full`, it throws the following error during crf step. ``` Traceback (most recent call last): File "run_full.py", line 275, in demo_images() File "run_full.py", line 240, in demo_images...
When full connected net has more than 3 layers, the backporp gradient and numerical gradient show significant difference. This issue could be reproduced in the `Dropout.ipynb` (in the cell `Fully-connected...