Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Line Smoothing #333

Merged
merged 10 commits into from
Nov 20, 2019
Merged

Line Smoothing #333

merged 10 commits into from
Nov 20, 2019

Conversation

ofk
Copy link
Member

@ofk ofk commented Nov 1, 2019

スクリーンショット 2019-11-01 17 01 07

cf. #302

@ofk ofk requested review from disktnk and gky360 November 1, 2019 08:01
@disktnk disktnk mentioned this pull request Nov 1, 2019
3 tasks
@disktnk disktnk added this to the v0.11.0 milestone Nov 1, 2019
Copy link
Member

@disktnk disktnk left a comment

Choose a reason for hiding this comment

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

LGTM

{selectedResults.map((resultId) => (
<React.Fragment key={resultId}>
{selectedLogKeys.map((logKey) => (
<Check
Copy link
Contributor

Choose a reason for hiding this comment

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

When we have, for example, 10 results and all that 10 results have the same log key (e.g. main/loss ), and we toggle one checkbox, all 10 checkboxes change at the same time.
Is this behavior intended?

Screen Shot 2019-11-06 at 22 10 56

Copy link
Member Author

Choose a reason for hiding this comment

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

I didn't intend it. I tried with only one log. Sorry. 🙇

I adopt the same axis config instead of line setting.
In other words, the same name is grouped together, so in this example it is one main/loss .

Thank you for your report.

@ofk
Copy link
Member Author

ofk commented Nov 8, 2019

Fixed 💪

Copy link
Contributor

@gky360 gky360 left a comment

Choose a reason for hiding this comment

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

Thank you

@ofk
Copy link
Member Author

ofk commented Nov 20, 2019

self-merge.

@ofk ofk merged commit 69332e5 into chainer:master Nov 20, 2019
@ofk ofk deleted the smooth-function branch November 20, 2019 09:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants