RAFT
RAFT copied to clipboard
ImportError: cannot import name 'RAFT' from 'raft'
Hello. i am trying to run demo.py on Colab and I am facing this error. Would like to seek guidance on how to resolve this. Thank you!
I meet the same problem
Did you solve the issue?
Hello. i am trying to run demo.py on Colab and I am facing this error. Would like to seek guidance on how to resolve this. Thank you!
I think this is because you are having raft in the environment. https://anaconda.org/auto/py-raft, which is different from core/raft.py which is supposed to be used. So by specifying the file name, this problem should be solved.
Hello. i am trying to run demo.py on Colab and I am facing this error. Would like to seek guidance on how to resolve this. Thank you!
I think this is because you are having raft in the environment. https://anaconda.org/auto/py-raft, which is different from core/raft.py which is supposed to be used. So by specifying the file name, this problem should be solved.
I didn't understand what are you telling exactly can you please elaborate or escribe the thing so I can make changes to move further Thank you, waiting for your response.