Closed 0sure closed 2 years ago
I am using ubuntu for this project. At this moment, I am not sure what's the cause of this issue, but I'll look into it.
I am using ubuntu for this project. At this moment, I am not sure what's the cause of this issue, but I'll look into it.
Thank you very much! I am very interested in your project and spend hours studying it every day. I look forward to using your training code to help me train my own generate model as soon as possible!
Hello, thank you for your valuable advice. Now, I have solved the compilation problem about the fused module under the environment of
pytorch **1.7.1**
. Now I've got the required .so file:I encountered a new problem when I tried to use
_import_module_from_library
to load the compiled module fused, I changed the beginning code infused_act.py
to:Executing the code step by step will not report an error, but when I type
quit ()
, the command line will report an error Segmentation fault (Core dumped). My gdb traceback content shows:Do you know how to solve this problem? By the way, do you choose to use Windows as the operating system to run code? I strongly suspect that this problem is related to the Ubuntu operating system. Thank you for your time. Best wishes.