From 186a69104530610f8c2b924f79a04f941e5238c8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 22 Jun 2023 07:33:29 +0200 Subject: Remove convnext --- train_ti.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'train_ti.py') diff --git a/train_ti.py b/train_ti.py index da0c03e..7d1ef19 100644 --- a/train_ti.py +++ b/train_ti.py @@ -698,16 +698,6 @@ def main(): unet.enable_gradient_checkpointing() text_encoder.gradient_checkpointing_enable() - # convnext = create_model( - # "convnext_tiny", - # pretrained=False, - # num_classes=3, - # drop_path_rate=0.0, - # ) - # convnext.to(accelerator.device, dtype=weight_dtype) - # convnext.requires_grad_(False) - # convnext.eval() - if len(args.alias_tokens) != 0: alias_placeholder_tokens = args.alias_tokens[::2] alias_initializer_tokens = args.alias_tokens[1::2] -- cgit v1.2.3-54-g00ecf