keras-team/keras-applications

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

Uspark-dev opened this issue · 2 comments

Summary

Environment

  • Python version:
  • Keras version:
  • Keras-applications version:
  • Keras backend with version:

Logs or source codes for reproduction

kerenl_initializer = tf.constant_initalizer('weights')

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.