Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process finished with exit code -1073741819 (0xC0000005) #58

Open
XY-boy opened this issue Jul 13, 2020 · 2 comments
Open

Process finished with exit code -1073741819 (0xC0000005) #58

XY-boy opened this issue Jul 13, 2020 · 2 comments

Comments

@XY-boy
Copy link

XY-boy commented Jul 13, 2020

I encountered a problem, the python program did not report any errors, and directly showed that the process exited:
Process finished with exit code -1073741819 (0xC0000005)
.
Has anyone encountered the same problem? I would be grateful if I could be guided

@CybotDNA
Copy link

CybotDNA commented Oct 21, 2021

Is there still a freeze somewhere before the error message?
Do you use Windows?
try the following "eval.py":

def eval():
    model.eval()
    count=1
    avg_psnr_predicted = 0.0
    for batch in testing_data_loader:
        input, target, neigbor, flow, bicubic = batch[0], batch[1], batch[2], batch[3], batch[4]

if __name__ == '__main__':	
        
        with torch.no_grad():

@Arcananana
Copy link

It is probably because your image is too short,try larger image. When I set num_work=0 in dataloader , I get the same result as yours, hope that can help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants