Skip to content

How to make a sequential CNN+DNC? #2

Description

@aryopg

I'm struggling to understand how tensorflow graph work in this DNC implementation. I'm trying to achieve this:

INPUT --> CONV --> Fully connected layer (DNC) --> output

i'm trying to make them sequentially (not transfer learning whatsoever), so they will be updated together with the same backpropagation. Any suggestion? Or this implementation cannot be utilized to achieve my goal? Thanks

EDIT:
I'm also considering to make a stacked DNC, is that possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions