ksgangadharan
ksgangadharan
An update on this, we tested the Keras to coreml conversion with the reset_after setting removed from the Keras GRU model. The coreml model output and losses are consistent with...
Facing the issue, using the 3.2.0 version of this library. When is the above committed fix expected to be released? Currently we have rollbacked AGP version to 4.2.2 for this...
The issue is persisting in 3.2.1 as well. I just tested it. Please reopen. The build error is: ``` Some problems were found with the configuration of task ':app:generateDebugApolloIR' (type...
I am not sure whether I am missing something, I am pointing to 3.2.1 version, AGP is set to 7.0.2 and Gradle is set to 7.3 (I tried 7.0.2 also)....
I tried the latest 3.3.0 version of the library and the issue still persists. Please can this be looked into? We are having to hold off on Gradle plugin updates...
@blongho yes, if you check the path in the browser, you will see that its not present. We have since changed to another library, so no longer tracking the issue.
Hi, we are facing the same issue in our android app. As @admund suggested, we just need to catch the exception and set the field to null. Especially if we...
Is there any resolution for this. Its happening at least once per day per user. I am also on `implementation "com.amplifyframework:aws-auth-cognito:1.37.3"` ``` Fatal Exception: java.lang.RuntimeException: Cognito Userpools failed to get...
We did try upgrading to `implementation "com.amazonaws:aws-android-sdk-cognitoauth:2.64.0"` . The BasicCognitoUserPoolsAuthProvider does not work at all after that. The following error is shown: ``` java.lang.RuntimeException: Cognito Userpools is not signed-in at...
@gpanshu getting the same error. So I changed to use amplify, below is my build.gradle ``` implementation "com.amplifyframework:core-kotlin:2.3.0" implementation "com.amplifyframework:core:2.3.0" implementation "com.amplifyframework:aws-auth-cognito:2.3.0" implementation "com.amplifyframework:aws-storage-s3:2.3.0" implementation "com.amplifyframework:aws-api:2.3.0" implementation "com.amazonaws:aws-android-sdk-pinpoint:2.64.0" implementation "com.amazonaws:aws-android-sdk-s3:2.64.0"...