Skip to content

Commit

Permalink
chore: adding faster rcnn to kokoro build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ariG23498 committed Feb 28, 2024
1 parent 3a714e7 commit 9e7eea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .kokoro/github/ubuntu/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ then
keras_cv/models/object_detection/retinanet \
keras_cv/models/object_detection/yolo_v8 \
keras_cv/models/object_detection_3d \
keras_cv/models/object_detection/faster_rcnn \
keras_cv/models/segmentation \
keras_cv/models/stable_diffusion
else
Expand All @@ -83,6 +84,7 @@ else
keras_cv/models/object_detection/retinanet \
keras_cv/models/object_detection/yolo_v8 \
keras_cv/models/object_detection_3d \
keras_cv/models/object_detection/faster_rcnn \
keras_cv/models/segmentation \
keras_cv/models/stable_diffusion
fi

0 comments on commit 9e7eea0

Please sign in to comment.