Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Delete absolute mode path from train executor #431

Merged
merged 4 commits into from
Sep 18, 2019

Conversation

yasumura-lm
Copy link
Contributor

Motivation and Context

If you create some new object detection class outside of lmnet.networks.object_detection, train executor doesn't work.

Description

Changed to use task type (Tasks.OBJECT_DETECTION) from class path

How has this been tested?

only unit test

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature / Optimization (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@blueoil-butler blueoil-butler bot added the CI: auto-run Run CI automatically label Sep 17, 2019
@yasumura-lm yasumura-lm changed the title delete absolute mode path from train executor Delete absolute mode path from train executor Sep 17, 2019
Copy link
Member

@iizukak iizukak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yasumura-lm
Thanks.
Owner approve.

@iizukak iizukak requested review from tkng and tsawada September 18, 2019 01:00
Copy link
Contributor

@tsawada tsawada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readability Approval

@@ -26,6 +26,7 @@
from lmnet.datasets.base import ObjectDetectionBase
from lmnet.datasets.dataset_iterator import DatasetIterator
from lmnet.datasets.tfds import TFDSClassification, TFDSObjectDetection
from lmnet.common import Tasks
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sort imports. Other files as well.

@tkng tkng merged commit a609faf into blue-oil:master Sep 18, 2019
@tsawada
Copy link
Contributor

tsawada commented Sep 18, 2019

Please do not ignore readability review comments :(

@tkng
Copy link
Contributor

tkng commented Sep 18, 2019

Oops, sorry, I missed.

ananno pushed a commit to ananno/blueoil that referenced this pull request Sep 27, 2019
* delete absolute mode class path

* add task type to test config
ananno pushed a commit to ananno/blueoil that referenced this pull request Sep 27, 2019
* delete absolute mode class path

* add task type to test config
ananno pushed a commit to ananno/blueoil that referenced this pull request Sep 30, 2019
* delete absolute mode class path

* add task type to test config
ananno pushed a commit to ananno/blueoil that referenced this pull request Oct 3, 2019
* delete absolute mode class path

* add task type to test config
@iizukak iizukak added this to the v0.12.0 milestone Oct 3, 2019
ananno pushed a commit to ananno/blueoil that referenced this pull request Oct 3, 2019
* delete absolute mode class path

* add task type to test config
ananno pushed a commit to ananno/blueoil that referenced this pull request Oct 10, 2019
* delete absolute mode class path

* add task type to test config
ananno pushed a commit to ananno/blueoil that referenced this pull request Oct 28, 2019
* delete absolute mode class path

* add task type to test config
ananno pushed a commit to ananno/blueoil that referenced this pull request Oct 29, 2019
* delete absolute mode class path

* add task type to test config
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI: auto-run Run CI automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants