jdelange

Results 10 comments of jdelange

Hi! Thanks for getting back to me! Structure is like this: ....\pgs4a\rapt\game\data, where your pgs4a files are in \rapt\ the main.py and other class .py, .pyc and .pyo files are...

Good suggestion, I will try that tomorrow.

Tom, I tried the demo, I get the exact same error. (Note: each time I compile the package, I get an access error to the `/assets/` folder in the `/rapt/`...

To see if the emulator could be the problem, I installed the demo on my Galaxy S2. That also returned an error, but the message differs from the emulator. I...

I downloaded and installed rapt yesterday (Sunday), from the overnight repository as advised. So that should include this fix.

I thought that perhaps the Java version could be an issue. I have two versions on my system, 7.0-75 and 8.0-40. I checked but the latest is set at JAVA_HOME,...

@MatthiasWinkelmann This would be a great addition to the examples, but I think I missed someting as I get an error when implementing in the complete example. I don't know...

Ok,I have solved both problems by doing the following: 1) Change the `model.compile` to: `model.compile(loss='categorical_crossentropy', optimizer='adam', metrics=['accuracy'])` See here [http://keras.io/getting-started/sequential-model-guide/](url) 2) Remove`show_accuracy=True` from `model.fit` and `model.evaluate` Also, for the plots...

@IanSB Thanks for picking this up so fast! Yes, it has a standard RGB connector. Good to hear that you think the timing can be fixed in software. I will...

@IanSB Thanks for your feedback. Interesting to understand how your efforts are funded. I think there may be a misunderstanding here. I do not think @goatM19 suggested he would be...