I can not find this in the Docs:
- the
trainable
attribute for any model, so that we can domodel.trainable = false
- the function
model.loadWeights
Both I took from python code I think.
Are these just missing? Is there any place you recommend to read if we are in a hurry to find stuff ?
I dont mind to add it but it is not obvious functions (apart from trainable
.)