Gandhi Shaili

Results 2 comments of Gandhi Shaili

Go to your keras library. In layers folder open core.py. Go to class Lambda. In call method after "arguments = self.arguments" add following code: if (mask == None): mask =...

First Find your keras library on your pc. ![Screenshot (490)](https://user-images.githubusercontent.com/37348177/57158060-0f76a580-6e00-11e9-962f-ce7e06abacdd.png) Open the keras folder ![Screenshot (492)](https://user-images.githubusercontent.com/37348177/57158157-4c429c80-6e00-11e9-9221-07188e756381.png) Open the layers folder ![Screenshot (494)](https://user-images.githubusercontent.com/37348177/57158174-5cf31280-6e00-11e9-8948-de985fda0b86.png) Open core.py ![Screenshot (498)](https://user-images.githubusercontent.com/37348177/57158199-6ed4b580-6e00-11e9-90aa-2b490197ffc8.png) Find class Lamda ![Screenshot...