Jae Hyun Yoo

Results 7 comments of Jae Hyun Yoo

@alaa-eddine This is how I have it. (Also see the attached photo) As you see I have phaser game screen above and have menus below. But I think that does...

@alaa-eddine It seems like listUI does not have property called 'container', where would I approach to this? Thanks, I will definitely let you know when the game is ready :)

@alaa-eddine EZGUI.components.listQuest.container.height += 10; // listQuest is the id of the UI. It modifies component height but it **stretches** the images.

@alaa-eddine I am still having the height gap issue. Let me know if there is any other suggestions. As you see I have bottom UI as below attached image and...

@alaa-eddine Hey Alaa, Could you feature this game that I made with EZ-GUI? http://touchofblood.com/ thanks!

Good to hear. thanks for rapid respond. That makes sense. below is the current network parameters. net1 = NeuralNet( layers=[('input', layers.InputLayer), ('conv2d1', layers.Conv2DLayer), ('maxpool1', layers.MaxPool2DLayer), ('conv2d2', layers.Conv2DLayer), ('maxpool2', layers.MaxPool2DLayer), ('dropout1',...

I ended up using ConvNetJS for learning too. If there is any example later, I hope to follow.