-
Notifications
You must be signed in to change notification settings - Fork 192
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
Segmentation fault #44
Comments
Never seen this. What environment are you using? Can you update the drivers? |
Thanks,
I use Ubuntu 16.04,
tf 1.14
python 3.7
you mean which driver to update?
…On Sun, Feb 7, 2021 at 5:12 PM iuri frosio ***@***.***> wrote:
Never seen this. What environment are you using? Can you update the
drivers?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFHQXQPS52IRGERV45VVRXLS5ZKRBANCNFSM4XHG23PQ>
.
|
GPU driver |
Ok, I will try.
Do you mind telling me what does the args "$@" mean in the _train.sh?
python GA3C.py "$@"
this line in ga3c.py will return a valueerror since no '=' is given:
x, y = sys.argv[i].split('=')
Thanks
…On Sun, Feb 7, 2021 at 5:40 PM iuri frosio ***@***.***> wrote:
GPU driver
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFHQXQNMM5JEAAXYKMJ5VWDS5ZNXNANCNFSM4XHG23PQ>
.
|
$@ is all of the parameters passed to the script in the sh file. |
ah, I am using 2080. It might be the ram problem since I'm running a couple of training tasks as the same time. I will try again once those tasks are done. Thanks |
./_train.sh: line 3: 3010 Segmentation fault (core dumped) python GA3C.py "$@"
Does anybody get a segmentation problem like this?
The text was updated successfully, but these errors were encountered: