ARUNAVO RAY

Results 33 comments of ARUNAVO RAY

I would be happy to contribute

I would like to make the same change in the library itself can you create a pull request so that i can make the same changes

Use **AdapterView.OnItemSelectedListener** instead of **SimpleItemSelectedListener** ``` Spinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() { @Override public void onItemSelected(AdapterView parent, View view, int position, long id) { Log.d("Spinner",list.get(position)); //Do your thing here } @Override public void...

add a listener like this: ``` Spinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() { @Override public void onItemSelected(AdapterView parent, View view, int position, long id) { Log.d("Spinner",list.get(position)); } @Override public void onNothingSelected(AdapterView parent) { Log.d("Spinner","Nothing...

Is there any progress on this?

@D0HaTeJIJI0 I have the same Problem. Can anyone help with it?

@chill0chill check out this implementation: [TensorFlow-NEAT](https://github.com/crisbodnar/TensorFlow-NEAT)

@the-dharma-bum Hey, how do you know how much has it finished training? it doesn't print anything in my console?

@IABYSSI Install python again with Add to Path Option Checked and restart the system for it to take effect. - [x] Add to path

@GOOD-AN Have you tried using other browsers? same issue?, Casue I cannot replicate this issue.