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
Hi, I'm getting error when i run inference.py file. The error occurs when the following line runs inside fusec_act.py
fused = load(
'fused',
sources=[
os.path.join(module_path, 'fused_bias_act.cpp'),
os.path.join(module_path, 'fused_bias_act_kernel.cu'),
],
)
I suspect that this is an issue with gcc. Can you please share the build that was used by you guys when you ran this?
The text was updated successfully, but these errors were encountered:
RuntimeError: Error building extension 'fused': ninja: error: '/StyleHEAT/models/stylegan2/op/fused_bias_act.cpp', needed by 'fused_bias_act.o', missing and no known rule to make it
Hi, I'm getting error when i run inference.py file. The error occurs when the following line runs inside fusec_act.py
fused = load(
'fused',
sources=[
os.path.join(module_path, 'fused_bias_act.cpp'),
os.path.join(module_path, 'fused_bias_act_kernel.cu'),
],
)
I suspect that this is an issue with gcc. Can you please share the build that was used by you guys when you ran this?
The text was updated successfully, but these errors were encountered: