Pierre
Pierre
This could happen if you don't have Python installed at all. It happened to me on a new computer.
This could happen if you don't have Python installed at all. It happened to me on a new computer.
Hey, You may have a pytorch / cuda problem. Use the diagnostics tool I made, and post the result 👍 https://github.com/pierro42/Cupscale_diagnostics
Hey, You may have a pytorch / cuda problem. Use the diagnostics tool I made, and post the result 👍 https://github.com/pierro42/Cupscale_diagnostics
@antoniopucciarelli Just after the parralell_for, add a condition to exclude the cells you already set ( to type S/X/I), that ends after the end of boundary setup: ``` parallel_for(lbm.get_N(), [&](ulong...