Fix for QActivations passed as an argument
Created by: AdrianAlan
Fix for QKeras
layers with QActivations
passed as an argument.
Right now these models fail to compile with TypeError
in the keras_to_hls
method as the method expects the layer['activation']
to be a string, not a dict.