Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Feature/caffe importer improvements #3397

Merged
merged 4 commits into from
Sep 29, 2016
Merged

Feature/caffe importer improvements #3397

merged 4 commits into from
Sep 29, 2016

Conversation

sbodenstein
Copy link
Contributor

A few improvements:

  • allows importing from prototxt definitions with Input layers (currently doesn't support this, and is most common case)
  • add support for TanH and Sigmoid activations (needed by some Caffe model zoo nets, eg "Holistically-Nested Edge Detection")
  • a mean image importer (import caffe mean image protobuf to NDArray)
  • Some comments on the current incompatibility between the strided pooling output dims of MXNet and Caffe that is not dealt with by the importer (can be frustrating for users of the importer not to know about this issue).

@mli mli merged commit 06583ee into apache:master Sep 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants