Basically I organized the keyword arguments for the input networks used in the estimator.
Now, we can expect that the network has this function signature:
inputs, reuse=False, is_training_mode = True, trainable_variables=True
where,
Tests are passing.