Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
909 contributions in the last year
Activity overview
Contribution activity
October 2020
- arrufat/pytorch-YOLOv4 Python
Created a pull request in davisking/dlib that received 5 comments
fix backtracking when losses stay at inf (fixes #2206)
This PR adresses issue #2206, which makes the dnn_trainer backtrack to a previous state when the loss sequence looks like:
1, inf, inf, inf, inf
…
Created an issue in davisking/dlib that received 10 comments
Using `set_all_bn_inputs_no_bias` with a `repeat` layer as input.
I was trying to define a naive version of DenseNets. In those networks after each dense block there's a transition module that has a batchnormaliza…