Richard Wu
Richard Wu
I had to add a number of styles to get it to swipe properly (since it wasn't working initially); try adding this to containerStyle: ``` // This is for containerStyle...
This worked for me on Expo SDK 40 (still RN version 0.63.2). Have you tried cleaning out your node_modules/ directory and reinstalling from scratch? FWIW I use yarn.
Pushed up a patch to update single/co-occur stats after each EM iteration for `OccurFeaturizer`. Interestingly enough for the second iteration our recall goes up but our precision goes down (since...
@thodrek I forgot to update `current_value` to `init_values` for `total_repairs_clean`. I've since fixed it (https://github.com/HoloClean/holoclean/blob/32ae5efc567dcf839d4310a87e81a71ee002b9d0/evaluate/eval.py#L164).
Newest results with this patch with fix to `InitAttrFeaturizer` (now called `CurrentAttrFeaturizer` ``` INFO:root:Precision = 1.00, Recall = 0.43, Repairing Recall = 0.48, F1 = 0.60, Repairing F1 = 0.65,...
Looks like this may be related to losing internet connection (e.g., putting my dev machine to sleep). Another error may be: ``` /mnt/ubuntu/home/richardwu/code/topspin-apollo-backend/app/node_modules/google-gax/node_modules/@grpc/grpc-js/src/call.ts:81 return Object.assign(new Error(message), status); ^ Error: 13...
So it looks like I'm running into this in prod as well: my temporary hack is to ensure I always have 2+ replicas and have k8s restart the servers. This...
👍 especially when used in conjunction with pollInterval.
I am getting the same issue with SDK 40 with an expo managed app: ### Error ``` Unhandled Rejection (InvalidCharacterError): Failed to execute 'createElement' on 'Document': The tag name provided...