Closed antorsae closed 6 years ago
The function calls includes a weights parameter to optionally support imagenet pre-trained weights, however there's no real loading of such weights.
weights
imagenet
Tuesday original weights are in Torch / Caffe format. I use Windows so I cannot use those two libraries, and therefore cannot port weights.
I will ofcourse welcome PRs for weights.
The function calls includes a
weights
parameter to optionally supportimagenet
pre-trained weights, however there's no real loading of such weights.