Change object detector learning rate decay to cosine decay.
PiperOrigin-RevId: 527337105
This commit is contained in:
committed by
Copybara-Service
parent
507ed0d91d
commit
48aa88f39d
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user