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

Feature/pytorch module #100

Merged
merged 4 commits into from
Mar 16, 2020
Merged

Feature/pytorch module #100

merged 4 commits into from
Mar 16, 2020

Conversation

ktaaaki
Copy link
Collaborator

@ktaaaki ktaaaki commented Dec 23, 2019

torch.nn.DataParallelに対応するため,LossAPIの基礎部分を含めた変更を行いました.

変更点

  • Lossの親クラスをnn.Moduleに設定
  • Loss.train, Loss.testをそれぞれLoss.loss_train, Loss.loss_testにリネーム
  • 初期化におけるsuper().init()の呼び出し順序を変更
  • DataParalleledLossクラスを追加

@masa-su masa-su merged commit aed5412 into develop/v0.2.0 Mar 16, 2020
@masa-su masa-su deleted the feature/pytorch_module branch March 16, 2020 17:52
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.

2 participants