Skip to content

Github Action gets killed on each invocation, would like to know why #25402

Answered by Yanjingzhu
sanzgiri asked this question in Actions
Discussion options

You must be logged in to vote

Hi @sanzgiri,
Based on my test, I found that the issue was caused by this line in train.py:

data = nx.download('numerai_dataset.zip')

It will first download the Numerai dataset and then load it. I think there is something wrong when load it.
I would encourage you add load=False .

nx.download('numerai_dataset.zip', load=False)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants