Solacex / CCM

[ECCV2020] Content-Consistent Matching for Domain Adaptive Semantic Segmentation
MIT License
94 stars 10 forks source link

neptune.exceptions.MissingApiToken: Missing API token. #5

Closed gong-lei closed 3 years ago

gong-lei commented 3 years ago

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?

Solacex commented 3 years ago

Hello, run with neptune=0 will solve this problem.

gong-lei commented 3 years ago

Thanks so much!