We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb28f79 commit aeaa6b2Copy full SHA for aeaa6b2
pytorch_lightning/loggers/comet.py
@@ -77,6 +77,7 @@ class CometLogger(LightningLoggerBase):
77
save_dir='.', # Optional
78
project_name='default_project', # Optional
79
rest_api_key=os.environ.get('COMET_REST_API_KEY'), # Optional
80
+ experiment_key=os.environ.get('COMET_EXPERIMENT_KEY'), # Optional
81
experiment_name='default' # Optional
82
)
83
trainer = Trainer(logger=comet_logger)
0 commit comments