Menu

Support for n-dimensional Deep Neural Network

2018-06-02
2018-06-02
  • John Puskin

    John Puskin - 2018-06-02

    Hi Davis,
    As far as I see, dlib supports only 2-d input images in DNN architectures. What about 1-d or 3-d, 4-d signals/images?

     
    • Davis

      Davis - 2018-06-02

      The tensors are nominally 4D. But you can add whatever additional annotations you want to them in the annotation() field. The tensor is just a block of memory and each layer interprets them however that layer does. So there is no limitation on what you do with it.

       
  • John Puskin

    John Puskin - 2018-06-02

    We are very glad to see that if you can add a new example about this issue to dlib/example in the upcoming versions.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.