-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something Wrong #1
Comments
Hi, |
The training phase should be in this way in the terminal:
If you run code in IDE (e.g., Pycharm) , You can modify the
|
According to what you say, get the same result. |
OK, I will update my code with Python3.X.
|
Yes, I had found at least four difference between python2 and python3. Looking forward to your code with python3. Thanks! ! |
Yes, I'm trying to update with python3. And I think it would be better with Pytorch 0.4 or later in the revision. |
Yeah. My code is in Pytorch0.3. I'm updating code into Python3.x and Pytorch 0.4 |
@charlesfufu The code has updated. the master branch is under Python 3.5x and Pytorch 0.4+. |
Wonderful !! |
|
try changing the "use_gpu" in config.py to False. |
still wrong |
Is the same wrong message? |
yeah!!Maybe is not GPU problem. |
@Wangpeiyi9979 what about win10 ? |
|
@charlesfufu I have reviewed code carefully and cannot reproduce your problems either in GPU or CPU.
|
Have you tested your program on windows?I think maybe is the operating system problem |
|
OK, It seems strange. It would be nice If the issue has been solved. If necessary, you can create a pull request. |
你好,我遇到和你一样的报错信息【上图】,但没找到应该在哪里修改这个bug。看起来是pytorch在对数据类型进行转换的时候出现的问题,请问你是如何解决的呢?最后整个模型可以跑起来了吗? |
Can you show the details about fixing this bug? |
@XAKK
|
@ShomyLiu Traceback (most recent call last): |
@XAKK |
I think I found a problem solving strategy for Windows platform.
Here are the changes: line 92 - 95:
PCNN.py line 68: This is part of my result with defualt setting<<< (9+1)-WAY EVALUATION TAKING DIRECTIONALITY INTO ACCOUNT -- OFFICIAL >>>: MACRO-averaged result (excluding Other): |
@XAKK Thanks for the note.
|
@learning-makes-me-happy-a 请确认下执行命令所在的目录。 需要在主目录,而不是说dataset下 |
thanks I have solved this problem |
The text was updated successfully, but these errors were encountered: