From 7cd4204a289cd0dddad925c076cdb96ae9670e87 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Wed, 27 Jul 2022 14:07:37 -0700 Subject: [PATCH] Add TPU TRC acknowledge --- README.md | 1 + docs/changes.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index a964f72e..1ef8f1ba 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before * `cs3sedarknet_x` - 82.2 @ 256, 82.7 @ 288 * `cs3edgenet_x` - 82.2 @ 256, 82.7 @ 288 * `cs3se_edgenet_x` - 82.8 @ 256, 83.5 @ 320 +* `cs3*` weights above all trained on TPU w/ `bits_and_tpu` branch. Thanks to TRC program! * Add output_stride=8 and 16 support to ConvNeXt (dilation) * deit3 models not being able to resize pos_emb fixed * Version 0.6.7 PyPi release (/w above bug fixes and new weighs since 0.6.5) diff --git a/docs/changes.md b/docs/changes.md index 709acfed..800dc443 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -10,6 +10,7 @@ * `cs3sedarknet_x` - 82.2 @ 256, 82.7 @ 288 * `cs3edgenet_x` - 82.2 @ 256, 82.7 @ 288 * `cs3se_edgenet_x` - 82.8 @ 256, 83.5 @ 320 +* `cs3*` weights above all trained on TPU w/ `bits_and_tpu` branch. Thanks to TRC program! * Add output_stride=8 and 16 support to ConvNeXt (dilation) * deit3 models not being able to resize pos_emb fixed * Version 0.6.7 PyPi release (/w above bug fixes and new weighs since 0.6.5)