Jan Esser

Results 36 comments of Jan Esser

> I've got also TypeScript Errors in Nuxt 2 with Composition API and Vuelidate 2. > > `Property 'v$' does not exist on type 'CombinedVueInstance'.` > > My versions: >...

same here; persuminly looks like a tf2 induced issue where adopting tf.compat.v1 would help. https://github.com/slundberg/shap/blob/40478171b90faf2d5c1d61a000a6cbcb01a81101/shap/explainers/_deep/deep_tf.py#L95 here is the preceeding discussion: https://github.com/slundberg/shap/pull/1483

i tried ``` !pip install git+https://github.com/Zahlii/shap.git import tensorflow as tf tf.compat.v1.disable_eager_execution() ``` but came to some: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 32 )] 33 ) --->...

You may also be interested in the solution proposed here #1483, though i don't know if it will be integrated.

@ratmcu did you try 0.38.1 resulting from above PR already? i suppose there is plenty of "good" v2 behaviour you want to keep activated.

accept my apologies, i meant 0.38.2 which contains above PR, which isn't released yet. @slundberg could you please release it. @ratmcu check this one https://www.kaggle.com/janesser777/tf2-visualizing-fit re-run it this morning and...

@matthiasschuurmans great fix. i placed here https://github.com/janesser/shap/blob/master/shap/explainers/tf_utils.py onto 0.37.0 tag. Can confirm that calculating shap_values is restored by that. Still struggle to plot a graph from this, do you have...

@matthiasschuurmans thanks for the prompt response. i need to mention that i am on kaggle and related or not the force-render wouldn't show up, no explicit error or anything in...

bad news first: i am afraid tf2.4 has evolved so that the workaround is no more working: KerasTensor is not holding graph anymore. good news then: tf2.3.1 works nicely with...

@zyyw @PhilipNelson5 coming here having the need to configure harbor for oidc via helm looking into present concern, shifting the env-vars from cm to secret might give it better security...