Neptune logger: "TypeError: log_text() got an unexpected keyword argument 'step'" #7193
Labels
3rd party
Related to a 3rd-party
bug
Something isn't working
help wanted
Open to be worked on
logger
Related to the Loggers
🐛 Bug
If you want to manually log a text on neptune.ai through its logger invoking
you'll end up with this error
due to an unwanted keyword argument: step.
How to reproduce
Link to the colab notebook
Expected behavior
The logging goes fine
Proposed fix
Remove the argument "step" in the logger and in its invocation of neptune.experiment.log_text() because it is unwanted, as shown here.
The text was updated successfully, but these errors were encountered: