Kumar Manas

Results 2 comments of Kumar Manas

For below segment of code in BNN example provided by you, I have made Integer and kernel_quantizer= None instead of **ste_sign** `larq.layers.QuantDense(512,kernel_quantizer="ste_sign",kernel_constraint="weight_clip"), larq.layers.QuantDense(10,input_quantizer="ste_sign",kernel_quantizer="ste_sign",kernel_constraint="weight_clip",activation="softmax")])` I have used time.clock() and time.time() to...

> What's the time difference? For BNN total time taken from the start of the program(starting from dataset load) till model.fit is 184.05 second and for evaluation (model. evaluate) it...