From c6aab5a4fb43eab49c154e60bfcc110c1bdcbce1 Mon Sep 17 00:00:00 2001 From: YiYi Xu Date: Tue, 1 Nov 2022 05:58:21 -1000 Subject: [PATCH] Update unet.py --- denoising_diffusion_flax/unet.py | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/denoising_diffusion_flax/unet.py b/denoising_diffusion_flax/unet.py index 3e02e78..7f6d0ae 100644 --- a/denoising_diffusion_flax/unet.py +++ b/denoising_diffusion_flax/unet.py @@ -1,26 +1,3 @@ -## Note : Editing in your Google Drive, changes will persist. -############################################################# - -## Note : Editing in your Google Drive, changes will persist. -############################################################# - -## Note : Editing in your Google Drive, changes will persist. -############################################################# - -## Note : Editing in your Google Drive, changes will persist. -############################################################# - -## Note : Editing in your Google Drive, changes will persist. -############################################################# - -## Note : Editing in your Google Drive, changes will persist. -############################################################# - -## Note : Editing in your Google Drive, changes will persist. -############################################################# - -## Note : Editing in your Google Drive, changes will persist. -############################################################# import flax.linen as nn from typing import Any, Callable, Sequence, Tuple, List, Optional,Union