kobygold

Results 6 comments of kobygold

I managed to narrow down the problem: the split and the new Lambda function were generated due to the "Add" layer (the last one in the graph). This "Add" layer...

I managed to fix it, and add the bias as part of the Dense layer! Let me know if you want me to push that fix to the repo, so...

After I got to know your code better, I think I managed to support better the 'channels_last' option (in the code it is called: change_ordering=True) which is Keras's default (channels_last...

Hi @tea1528, I tried to push now a branch with my code that merges MatMul + Add to Dense layer (without my other changes), but it seems I don't have...

Is there any estimate on when this feature could be added? I see it was requested long time ago, and it would be extremely useful! I see there is a...