How to configure comet (comet.ml) to create pull requests on GitHub?

95 views Asked by At

Ive followed this this to link my comet.ml project to GitHub - link

and had some models already trained (using keras)in my project

enter image description here

Ive linked my GitHub account and when creating a pull request I get error

Cant create pull request

enter image description here

please advise

1

There are 1 answers

0
Nimrod007 On

It seems like you have linked your Comet ML project to GitHub after you ran / trained your models.

for Comet ML to track code and create pull requests you must link your project before you train models using comet.ml.

see the full Comet ML and GitHub docs