Change object detector learning rate decay to cosine decay.

PiperOrigin-RevId: 527337105
This commit is contained in:
MediaPipe Team
2023-04-26 12:13:17 -07:00
committed by Copybara-Service
parent 507ed0d91d
commit 48aa88f39d
15 changed files with 35 additions and 69 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ class Contract {
std::tuple<T...> items;
// TODO -, check for conflicts.
// TODO: when forwarding nested items (e.g. ports), check for conflicts.
decltype(ExtractNestedItems(items)) all_items{ExtractNestedItems(items)};
constexpr auto inputs() const {