keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 914 forks source link

how i can update the weights inside keras cnn layers i want to update both biases and weight during inferenc #165

Open Uspark-dev opened 4 years ago

Uspark-dev commented 4 years ago

Summary

Environment

Logs or source codes for reproduction

chenglong19029001 commented 4 years ago

kerenl_initializer = tf.constant_initalizer('weights')

Uspark-dev commented 4 years ago

hi thanks for your rply can you please guide me how i can do this initialization with intergre data type rather then using floating point numbers.