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
I'm trying to run predict.sh but I keep getting the error No module named 'libs.GANet.build.lib'. I've looked into libs/GANet/build but there isn't a lib folder:
You will first need to run compile.sh and only then the lib folder will be created in the build. Then, you can run predict.sh
After I ran compile.sh, I encountered this error,ImportError: cannot import name 'GANet' from 'libs.GANet.build.lib'(unknown location),how to solve this proble?
Hi all, I have a similar problem.
After I ran "sh compile.sh", I encountered an error: "cp: cannot stat 'build/lib*': No such file or directory"
Does anyone know what caused this? I am running this command on Git for Windows BTW.
Hi
I'm trying to run
predict.sh
but I keep getting the errorNo module named 'libs.GANet.build.lib'
. I've looked intolibs/GANet/build
but there isn't alib
folder:Yes, I'm running on OSX. Any help appreciated. Is there meant to be a
lib
folder underbuild
?Thanks
The text was updated successfully, but these errors were encountered: