Right now the RNN CTC model in rnn_ctc.py has the class name Model and inherits from model.Model. I find this to be confusing and I propose that we rename the rnn_ctc.Model class and provide the old name via an alias with a deprecation warning until we have confidence we can remove the old name.
Right now the RNN CTC model in
rnn_ctc.py
has the class nameModel
and inherits frommodel.Model
. I find this to be confusing and I propose that we rename thernn_ctc.Model
class and provide the old name via an alias with a deprecation warning until we have confidence we can remove the old name.