mattgolub / fixed-point-finder

FixedPointFinder: A Tensorflow toolbox for identifying and characterizing fixed points in recurrent neural networks
Apache License 2.0
90 stars 31 forks source link

Method extensibility #8

Closed eveJiang closed 4 years ago

eveJiang commented 5 years ago

Hi~Thanks very much for your work. I wonder if this method also suites for other model(such as textCNN, LSTM etc.). Thanks!

mattgolub commented 4 years ago

This is suited for recurrent network architectures. So yes for LSTM, and no for textCNN (which is feedforward, and thus the notion of a fixed point does not exist).