Ege Alpay

Results 13 comments of Ege Alpay

After downgrading Keras to 2.2.4, I run `precise-convert` again. This time, I got this error: "TypeError: Unexpected keyword argument passed to optimizer: learning_rate" What can be the reason of it?

Any update on this bug? We are receiving this error mostly on iOS 15, and few in iOS 14. We do not intentionally call any method from background state.

I guess we should keep it as: `public class DetailActivity extends AppCompatActivity implements LifecycleOwner` edit: As I saw, I was wrong. But not sure about what should we do so...

@zoontek Here is the styles.xml file: ``` + @color/petrol @mipmap/bootsplash_logo @style/AppTheme ``` I have single file in `res/layout` which is unrelated with splash screen. I will check Google Issue Tracker,...

> @egealpay This might sound weird, but as you have an app `layout` directory, try copy & paste the [`splash_screen_view.xml`](https://github.com/androidx/androidx/blob/androidx-main/core/core-splashscreen/src/main/res/layout/splash_screen_view.xml) file inside it, just in case. > > That's not...

@zoontek I think I found the issue on Google Issue Tracker: https://issuetracker.google.com/issues/207386164 When I try to open the app from application list, it is crashing. But If I click a...

@zoontek I have fixed the problem, it was causing because of a very simple mistake that I did in manifest file. I was trying to set theme both for Application...