jcjohnson / jcjohnson/densecap
Some minor bugs
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1.6k
- Forks
- 424
- PR merge metrics
- No merged PRs in 30d
Description
In [localization layer line 146](https://github.com/jcjohnson/densecap/blob/master/densecap/LocalizationLayer.lua#L146,) and line147, this should be _called_forward_size and _called_backward_size,
and [line391](https://github.com/jcjohnson/densecap/blob/master/densecap/LocalizationLayer.lua#L391) similarly.
In model.lua line 12 and line 13, this should be
model.nets.localization_layer.opt.mid_objectness_weight = opt.mid_objectness_weight
model.nets.localization_layer.opt.mid_box_reg_weight = opt.mid_box_reg_weight
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.