Joachim Hagege

Results 30 comments of Joachim Hagege

Hi, is anyone aware of a version that is working with TF 2.0

> Hi, is anyone aware of a version that is working with TF 2.0 See https://github.com/JiahuiYu/neuralgym/pull/15

Hi, any update on this ? I am trying to convert a model using this operator in Tensor flow without success. Thanks for any assistance !

> Any way to rewrite an existing parameter value? Hi, did you find a solution ? :)

@pancodia @dmatrix Thanks. What I did finally is directly update the value from the SQL. ``` UPDATE public.params SET value='****' WHERE "key" like '%secret%' ```

![image](https://user-images.githubusercontent.com/7504908/103105723-3074b580-4638-11eb-9e04-3c9bd34e5514.png)

> Hey @dbczumar, I created #6526 to address this FR. Curious to hear what you think! Thanks much!!

Hi, great library, thanks ! I seem to be meeting the same issue. Has this been solved with the mentioned MR ? Thanks.

Would it be hard to programatically support changing env variable NGROK_AUTH ?