-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can I just use 2 GPU?OR reduce the batch size? #11
Comments
Yes absolutely
…On Thu, Apr 18, 2019 at 6:02 AM ookangithub ***@***.***> wrote:
Can I just use 2 GPU?OR reduce the batch size?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKBAQ4OLSFS4Q7CGB4WZIDPRBWQFANCNFSM4HG4V7FQ>
.
|
Thanks a lot. So I can run it just with 2 GPU without reduce the batch size or I must reduce the batch size if I just have 2 GPU? |
If you reduce the number of GPU, you can keep using the same batch size I
believe. If you see out of memory error, then you can try reduce the batch
size too. Also reducing the max text length would also help if you see out
of memory error.
…On Thu, Apr 18, 2019 at 6:30 PM ookangithub ***@***.***> wrote:
Thanks a lot. So I can run it just with 2 GPU without reduce the batch
size or I must reduce the batch size if I just have 2 GPU?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAKBAQ7KMTYYCCGUPKOONNDPREODFANCNFSM4HG4V7FQ>
.
|
Thank you for your reply. |
Sorry to bother you again. I want to run your code as soon as possible ,but it is difficult for me to compile the negative sampling operator using CMake and TensorFlow. Because I don't understand how to buil the environment of Cmake. So can you give me your compiled code, so I can run it. My teacher just give me three days to understand your code and run it. |
You will need to compile it on your machine otherwise there is a high
chance that it won’t work on yours. If you use Linux you could just follow
the instruction in the README.
…On Fri, Apr 19, 2019 at 4:56 AM ookangithub ***@***.***> wrote:
Sorry to bother you again. I want to run your code as soon as possible
,but it is difficult for me to compile the negative sampling operator using
CMake and TensorFlow. Because I don't understand how to buil the
environment of Cmake. So can you give me your compiled code, so I can run
it. My teacher just give me three days to understand your code and run it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAKBAQ45Z4GMP2KN5Y756A3PRGXOVANCNFSM4HG4V7FQ>
.
|
Can I just use 2 GPU?OR reduce the batch size?
The text was updated successfully, but these errors were encountered: