Skip to content

Error raised by "tmp_eval_loss += tmp_eval_loss.item()" when using multi-gpu#1608

Merged
thomwolf merged 1 commit intohuggingface:masterfrom
focox:master
Oct 30, 2019
Merged

Error raised by "tmp_eval_loss += tmp_eval_loss.item()" when using multi-gpu#1608
thomwolf merged 1 commit intohuggingface:masterfrom
focox:master

Conversation

@focox
Copy link
Copy Markdown

@focox focox commented Oct 23, 2019

fixed the bug raised by "tmp_eval_loss += tmp_eval_loss.item()" when parallelly using multi-gpu.

@focox focox changed the title fixed the bug raised by "tmp_eval_loss += tmp_eval_loss.item()" when … Error raised by "tmp_eval_loss += tmp_eval_loss.item()" when using multi-gpu Oct 23, 2019
@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 23, 2019

Codecov Report

Merging #1608 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1608      +/-   ##
=========================================
+ Coverage   86.17%   86.2%   +0.02%     
=========================================
  Files          91      91              
  Lines       13595   13595              
=========================================
+ Hits        11715   11719       +4     
+ Misses       1880    1876       -4
Impacted Files Coverage Δ
transformers/file_utils.py 76.37% <0%> (+2.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef1b8b2...bd847ce. Read the comment docs.

@thomwolf
Copy link
Copy Markdown
Member

Thanks @focox!

@thomwolf thomwolf merged commit c7058d8 into huggingface:master Oct 30, 2019
@patil-suraj patil-suraj mentioned this pull request Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants