Skip to content
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

train.pyを実行すると大量のWarningが出る #13

Open
Haruka0522 opened this issue Apr 28, 2020 · 0 comments
Open

train.pyを実行すると大量のWarningが出る #13

Haruka0522 opened this issue Apr 28, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@Haruka0522
Copy link
Owner

起こっている問題 / The Problem

  • train.pyを実行すると大量のWarningが出る
  • Warning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (expandTensors at /pytorch/aten/src/ATen/native/IndexingUtils.h:20)
  • /pytorch/aten/src/ATen/native/IndexingUtils.h:20: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead.
  • Warningが出るだけで学習は正常に進む

期待する挙動 / Expected Behavior

  • 表示されるログがWarningで埋もれてしまい非常に見にくい。
  • Warningを非表示にするか、解決しなければならない

起こっている問題の再現手段 / Steps to Reproduce

  1. python train.py

動作環境 / Environment

  • Python version 3.7.3
  • PyTorch version 1.5.0
  • Tensorflow version 2.1.0
@Haruka0522 Haruka0522 added the bug Something isn't working label Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant