for the below three rows:
if self.config.neptune:
neptune.init(project_qualified_name="solacex/segmentation-DA")
neptune.create_experiment(params=self.config, name=self.config["note"])
get the below rseult:
neptune.exceptions.MissingApiToken: Missing API token. Use "NEPTUNE_API_TOKEN" environment variable or pass it as an argument
it's so strange for me, can you tell me how to tackle this problem?
for the below three rows:
if self.config.neptune: neptune.init(project_qualified_name="solacex/segmentation-DA") neptune.create_experiment(params=self.config, name=self.config["note"])
get the below rseult: neptune.exceptions.MissingApiToken: Missing API token. Use "NEPTUNE_API_TOKEN" environment variable or pass it as an argument
it's so strange for me, can you tell me how to tackle this problem?