You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on individual claims reserving and your work is incredible ! Thank you so much for sharing your code.
I came across an error and I can't fix it (is the problem coming from the new version of tfprobabilty or tensorflow or something else ?)
It's related to this lines of code (model.R) :
Warning message in tfb_affine_scalar(shift = -0.001):
“tfb_affine_scalar() is deprecated, please use tfb_shift(shift)(tfb_scale(scale)) instead”
Error in py_call_impl(callable, dots$args, dots$keywords): RuntimeError: Exception encountered when calling layer "paid_out_" (type DistributionLambda).
Evaluation error: TypeError: got an unexpected keyword argument 'use_static_graph'
Detailed traceback:
File "/miniconda/envs/r-reticulate/lib/python3.8/site-packages/decorator.py", line 231, in fun
args, kw = fix(args, kw, sig)
File "/miniconda/envs/r-reticulate/lib/python3.8/site-packages/decorator.py", line 203, in fix
ba = sig.bind(*args, **kwargs)
File "/miniconda/envs/r-reticulate/lib/python3.8/inspect.py", line 3037, in bind
return self._bind(args, kwargs)
File "/miniconda/envs/r-reticulate/lib/python3.8/inspect.py", line 3026, in _bind
raise TypeError(
Hello,
I'm working on individual claims reserving and your work is incredible ! Thank you so much for sharing your code.
I came across an error and I can't fix it (is the problem coming from the new version of tfprobabilty or tensorflow or something else ?)
It's related to this lines of code (model.R) :
Am getting this error :
Thank you so much !
The text was updated successfully, but these errors were encountered: