fix : 기존 learningRate보다 작을 때만 learningRate업데이트를 하고 있던 문제 해결 #429
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
… 언마운트 될때마다 그 시점의 learningRate가 제대로 업데이트 됩니다.
📄 Description of the PR
🔧 What has been changed?
fix : 기존 learningRate보다 작을 때만 learningRate업데이트를 하고 있던 문제 해결하여 이제는 페이지 언마운트 될때마다 그 시점의 learningRate가 제대로 업데이트 됩니다.
📸 Screenshots / GIFs (if applicable)
제대로 LearningRate가 기록이 되고 있는 모습
헷갈리지 말아야할점~
currentLearningRate, completedLearningRate 컬럼이 각각 존재하지만 completedLearningRate는 백엔드쪽에서 currentLearningRate보다 이전 히스토리 기록 중에서 가장 클때만 변경하기 때문에 프론트에서는 currentLearningRate만 신경쓰면 됩니다~!
✅ Checklist