Open backyes opened 6 years ago
We are planning to remove the dependency on data set's name in UniformQuantLearner
and NonUniformQuantLearner
.
For most scenarios, such hard code can be replaced by defining FLAGS variables for higher flexibility. Particularly, the setup_bnds_decay_rates
function you listed can be removed by defining a decaying factor for learning rate, as we did in UniformQuantTFLearner
.
For WeightSparseLearner
, the skip_head_n_tail
variable can also be changed into a FLAGS variable.
Enhancement required: remove the hard code related to data set's names in learners' implementation.
Got it. Thanks your kind reply.
E.g.
more details,
This design will have strong limitation for testing new dataset, I doubt. Wish some replies about this design.
Many thanks.