Questions tagged [neptune]

Neptune is a machine learning lab by deepsense.ai. For Amazon Neptune, the fully managed graph database by AWS, use the tag "amazon-neptune".

8 questions
1
vote
1 answer

Is there a way to log the keras model summary to neptune?

I am working on a CNN project and I would like to log the model.summary to neptune.ai. The intention of that is to have an idea about the model parameters while comparing different models. Any help/tips would be much appreciated!
Space4VV
  • 125
  • 9
1
vote
1 answer

Setting job tags for Neptune

Recently I started using Neptune (via Neptune Go) and want to have a well-organised history of experiments. How to set tags to a given experiment? (Do I do it before running it, or after?)
Piotr Migdal
  • 11,864
  • 9
  • 64
  • 86
0
votes
1 answer

Why is min(a,b) not working but max(a,b) working?

I’m writing a very simple Python code which requires the minimum of two integers, so when I do min(2,5) I get TypeError: 'Operator' object is not callable error. However, when I do max(2,5) I get the correct output. I am trying this in a cell in…
Sudha N
  • 23
  • 2
0
votes
2 answers

How to disable Neptune callback in transformers trainer runs?

After installing Neptune.ai for occasional ML experiments logging, it became included by default into the list of callbacks in all transformers.trainer runs. As a result, it requires proper initialisation with token or else throws…
Poe Dator
  • 4,535
  • 2
  • 14
  • 35
0
votes
1 answer

Running Neptune.ai in a loop

so i created a for loop so I can run various batch sizes, where each loop will open and close a neptune run. The first time runs fine, but the following runs, the accuracy doesn't record into neptune, and python does not throw an error? Can anyone…
0
votes
2 answers

Pass NEPTUNE_API_TOKEN environment variable via docker run command

Using the docker run command, I'm trying to pass my NEPTUNE_API_TOKEN to my container. My understanding is that I should use the -e flag as follows: -e ENV_VAR='env_var_value' and that might work. I wish, however, to use the value existing in the…
A. Maman
  • 853
  • 1
  • 7
  • 18
0
votes
1 answer

Running Neptune in Jupyter Notebook gives NameError that Neptune is not defined

# Create run in project (Neptune) run = neptune.init(project='ssraghuvanshi1989/GCI-01-Lung-CT-Segmentation-20220506') NameError Traceback (most recent call…
0
votes
2 answers

Can I make Neptune talk to git?

In Neptune (this machine learning experiment tracker) is it possible to make it git-aware? I mean - using .gitignore for excluded files and saving commit hashes for each run? In particular, when I review an already finished job, can I go directly to…
Piotr Migdal
  • 11,864
  • 9
  • 64
  • 86