File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ pandas
1010jupyter
1111pydot
1212boto3
13- tensorflow
13+ tensorflow == 2.19.1
1414keras-cv
1515keras-nlp
1616keras-tuner
17- tf-keras
17+ tf-keras == 2.19.0
1818keras-hub
1919keras-rs-nightly
Original file line number Diff line number Diff line change 3434PROJECT_URL = {
3535 "keras" : f"{ KERAS_TEAM_GH } /keras/tree/v3.11.2/" ,
3636 "keras_tuner" : f"{ KERAS_TEAM_GH } /keras-tuner/tree/v1.4.7/" ,
37- "keras_hub" : f"{ KERAS_TEAM_GH } /keras-hub/tree/v0.21 .1/" ,
37+ "keras_hub" : f"{ KERAS_TEAM_GH } /keras-hub/tree/v0.22 .1/" ,
3838 "tf_keras" : f"{ KERAS_TEAM_GH } /tf-keras/tree/v2.19.0/" ,
3939 "keras_rs" : f"{ KERAS_TEAM_GH } /keras-rs/tree/v0.2.1/"
4040}
Original file line number Diff line number Diff line change 697697 },
698698 ],
699699 },
700+ {
701+ "path" : "dinov2/" ,
702+ "title" : "DINOV2" ,
703+ "toc" : True ,
704+ "children" : [
705+ {
706+ "path" : "dinov2_image_converter" ,
707+ "title" : "DINOV2ImageConverter" ,
708+ "generate" : [
709+ "keras_hub.layers.DINOV2ImageConverter" ,
710+ "keras_hub.layers.DINOV2ImageConverter.from_preset" ,
711+ ],
712+ },
713+ {
714+ "path" : "dinov2_backbone" ,
715+ "title" : "DINOV2Backbone model" ,
716+ "generate" : [
717+ "keras_hub.models.DINOV2Backbone" ,
718+ "keras_hub.models.DINOV2Backbone.from_preset" ,
719+ ],
720+ },
721+ ],
722+ },
700723 {
701724 "path" : "distil_bert/" ,
702725 "title" : "DistilBert" ,
You can’t perform that action at this time.
0 commit comments