Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Weiyang Liu 52e0e670c1
Update res128.py 2023-03-18 07:29:26 +08:00
Weiyang Liu 17166d4000
Update res64.py 2023-03-18 07:29:09 +08:00
Weiyang Liu a1fec88254
Update main_diffusion.py 2023-03-18 07:28:35 +08:00
3 zmienionych plików z 0 dodań i 47 usunięć

Wyświetl plik

@ -1,19 +1,3 @@
# coding=utf-8
# Copyright 2020 The Google Research Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Config file for reproducing the results of DDPM on bedrooms."""
from configs.default_configs import get_default_configs

Wyświetl plik

@ -1,19 +1,3 @@
# coding=utf-8
# Copyright 2020 The Google Research Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Config file for reproducing the results of DDPM on bedrooms."""
from configs.default_configs import get_default_configs

Wyświetl plik

@ -1,18 +1,3 @@
# coding=utf-8
# Copyright 2020 The Google Research Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Training and evaluation"""
from absl import app