S.SHINOZAKI

Results 4 comments of S.SHINOZAKI

@DehuaTang Sorry for messy code. > Is this 'gate' always equal 1,when training ?... No. Its value will be changed in `GatesUpdate` by `K.set_value(t["gate"], 0)`. The behavior of this lambda...

@DehuaTang Sorry for late reply. Do you mean you want to know the state of gates? Assuming you have programming skills, this example should be enough. ```python ... class GatesUpdate(Callback):...

1. I don't know whether it's because of ram limit. Could you show the error message? 2. You should try shallower model at first. 3. My machine has 8GB of...

We have the same issue. Any update?