DNC-tensorflow
DNC-tensorflow copied to clipboard
Questions about FeedforwardController
Hello. This is a very good code. But I am very curious about why use FeedforwardController instead of the original BaseController. Is there small specific function?
Is that mean I can put some data processing layers such as several convolutional or fully connected layers in this function instead of before feeding to DNC?