crfrnn_layer icon indicating copy to clipboard operation
crfrnn_layer copied to clipboard

The pytorch example cannot run successfully

Open lwzeng opened this issue 4 years ago • 2 comments

Thank you so much for your excellent sharing.

When I run the pytorch example you provided, I got the following error. I have no idea how to solve it. could you give me some suggestions? My pytorch version is 1.8.1.

Unsupported ref_dim/val_dim combination (5, 32), generate a new dispatch table using 'make_gfilt_dispatch.py'.

lwzeng avatar Apr 23 '21 14:04 lwzeng

@lwzeng I get the same error. Have you managed to debug it?

umaatgithub avatar Jun 29 '21 16:06 umaatgithub

It can be modified the val_dim in setup.py file to fix the problem

jehovahxu avatar Dec 16 '21 11:12 jehovahxu