Skip to content

Update Neptune_Tensorflow_Tensorboard example to match native neptune… #357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AmgadHasan
Copy link

@AmgadHasan AmgadHasan commented Apr 1, 2025

… example

Update the sample to match the example for the neptune native client https://github.com/neptune-ai/examples/blob/main/integrations-and-supported-tools/tensorflow/scripts/Neptune_Tensorflow.py

Description

Include a summary of the changes and the related issue.

Related to: <ClickUp/JIRA task name>

Any expected test failures?


Add a [X] to relevant checklist items

❔ This change

  • adds a new feature
  • fixes breaking code
  • is cosmetic (refactoring/reformatting)

✔️ Pre-merge checklist

  • Refactored code (sourcery)
  • Tested code locally
  • Precommit installed and run before pushing changes
  • Added code to GitHub tests (notebooks, scripts)
  • Updated GitHub README
  • Updated the projects overview page on Notion

🧪 Test Configuration

  • OS:
  • Python version:
  • Neptune version:
  • Affected libraries with version:

… example

Update the sample to match the example for the neptune native client
https://github.com/neptune-ai/examples/blob/main/integrations-and-supported-tools/tensorflow/scripts/Neptune_Tensorflow.py

Signed-off-by: Amgad Hasan <109704569+AmgadHasan@users.noreply.github.com>
@AmgadHasan AmgadHasan requested a review from a team as a code owner April 1, 2025 04:30
@SiddhantSadangi
Copy link
Member

@AmgadHasan - the tensorboard and tensorflow scripts are separate examples. Why should they match?

@AmgadHasan
Copy link
Author

@AmgadHasan - the tensorboard and tensorflow scripts are separate examples. Why should they match?

It makes it easier to compare both methods side by side and migrate code from one to the other. Additionally, the tensorboard example is outdated and gives the following warning

UserWarning: Do not pass an `input_shape`/`input_dim` argument to a layer. When using Sequential models, prefer using an `Input(shape)` object as the first layer in the model instead.

@SiddhantSadangi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants