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
In tensorflow:::tensorboard_version(), if tensorflow gives any warnings the call will fail with Error: invalid version specification '<tensorflow warning text>'
Please could you consider adding an ignore.stderr = TRUE to the system call so that warnings from tensorflow are not parsed, only the stdout from tensorboard?
Hello,
In
tensorflow:::tensorboard_version()
, if tensorflow gives any warnings the call will fail withError: invalid version specification '<tensorflow warning text>'
This comes from this line of the code:
tensorflow/R/tensorboard.R
Line 145 in b68aa4a
Please could you consider adding an
ignore.stderr = TRUE
to the system call so that warnings from tensorflow are not parsed, only the stdout from tensorboard?Thank you,
Ralph
The text was updated successfully, but these errors were encountered: