You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just made a commit to my github repository, and tried to run a new Experiment in Studio.
I have set up a Github Action which will run CML workflow in a self-hosted server. By Running a new Experiment in Studio, I expect that it will make a commit to my github repository, and trigger the Action to run the training process. But then i met the problem. The ScreenShot below describes my operations.
I guess the problem occurs when commiting to github, because my github repository didn`t receive any update.
Maybe i should set up a token somewhere to provide access to my private repository?
Any suggestions are welcomed !
The text was updated successfully, but these errors were encountered:
@InEase The support for python param file is still experimental for dvc (See iterative/dvc#5777).
As a workaround for now, You can use the yaml/toml/json files or class based parameter as illustrated in example python parameter file
Thanks.
We have introduced specific error message for the error above. Changing the priority of the issue since the support for python param file is still experimental.
I just made a commit to my github repository, and tried to run a new Experiment in Studio.
I have set up a
Github Action
which will runCML workflow
in aself-hosted
server. By Running a new Experiment in Studio, I expect that it will make a commit to mygithub repository
, and trigger the Action to run the training process. But then i met the problem.The ScreenShot below describes my operations.
I guess the problem occurs when commiting to github, because my github repository didn`t receive any update.
Maybe i should set up a token somewhere to provide access to my private repository?
Any suggestions are welcomed !
The text was updated successfully, but these errors were encountered: