Open liuky74 opened 4 years ago
I had an error during installation:
I'm not sure where the Macro came from , how to fix it?
Thanks
I have solved this problem after switching pytorch to version 1.3. Can the program only run in version 1.3?
replace AT_CHECK with TORCH_CHECK
#ifndef AT_CHECK #define AT_CHECK TORCH_CHECK #endif
I had an error during installation:
I'm not sure where the Macro came from , how to fix it?
Thanks