如何在rstudio中调试TensorFlow



使用r(https://github.com/rstudio/tensorflow)中使用TensorFlow的任何错误都会导致无用的错误:

py_call中的错误(attrib,args,关键字):basic_string :: _ m_replace_aux

有没有办法显示Python的实际错误?

最近在tensorflow上解决了一个问题,该问题应在PY错误消息中添加追溯,请参阅:

https://github.com/rstudio/tensorflow/pull/42

最新更新