seoulsky-field / CXRAIL-dev

CXRAIL-dev
MIT License
7 stars 0 forks source link

Hotfix: Doesn't work fixing seed #92

Closed seoulsky-field closed 1 year ago

seoulsky-field commented 1 year ago

What

Our seed_everything() function doesn't work well.

Why

I searched the cause of problem, and I found torch.backends.cudnn.benchmark was a problem.

How