Prince Canuma

Results 97 comments of Prince Canuma

Hey @kimjanq, Prince here, You can modify data from a specific step onward using the latest neptune release in the following way. **Code example** ```python import neptune run = neptune.init_run(...

Hey @FlorianWilhelm and @michalsustr Exciting news! On the latest release of the neptune client v1.1.0, we added the ability to pass custom git_info. All you need to do is update...

Hi @ljstrnadiii, Thanks for reaching out. Yes, it is. Example: ```python import neptune.new as neptune project = neptune.init_project(mode="debug") ``` Docs: https://docs.neptune.ai/api/neptune/#init_project

@ljstrnadiii by key you mean api_token, right? If so, you can read more about setting your api_token here: https://docs.neptune.ai/setup/setting_api_token/

Hey there! Just checking in to see if you still need help with this or if you need help with anything else. Feel free to drop me a message. 😊

In debug mode, no data is stored or sent anywhere. Docs: https://docs.neptune.ai/api/connection_modes/ For the use case you want to test, currently, you have to log metadata to Neptune servers in...

Hey @ljstrnadiii! Just checking in to see if you still need help with this or if you need help with anything else. Feel free to drop me a message. 😊

It's my pleasure :) You are most welcome @ljstrnadiii! Your solution is quite interesting, and I would love to learn more about it if you don't mind. I think it...