Skip to content

Commit d176f8b

Browse files
committed
Add ResNet_vd
1 parent c1afb07 commit d176f8b

File tree

5 files changed

+586
-0
lines changed

5 files changed

+586
-0
lines changed

keras_nlp/api/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
from keras_nlp.src.models.phi3.phi3_preprocessor import Phi3Preprocessor
181181
from keras_nlp.src.models.phi3.phi3_tokenizer import Phi3Tokenizer
182182
from keras_nlp.src.models.preprocessor import Preprocessor
183+
from keras_nlp.src.models.resnet_vd.resnet_vd_backbone import ResNetVdBackbone
183184
from keras_nlp.src.models.roberta.roberta_backbone import RobertaBackbone
184185
from keras_nlp.src.models.roberta.roberta_classifier import RobertaClassifier
185186
from keras_nlp.src.models.roberta.roberta_masked_lm import RobertaMaskedLM
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright 2024 The KerasNLP Authors
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

0 commit comments

Comments
 (0)