Skip to content

Commit

Permalink
Update random_crop_and_zoom.py (keras-team#2294)
Browse files Browse the repository at this point in the history
* Update random_crop_and_zoom.py

* Update description

* rename file
  • Loading branch information
sachinprasadhs authored and yuvraj-wale committed Feb 8, 2024
1 parent 0e51edb commit 0444db2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""random_resized_crop_demo.py.py shows how to use the RandomResizedCrop
preprocessing layer. Operates on an image of elephant. In this script the image
"""This demo example shows how to use the RandomCropAndResize preprocessing
layer. Operates on an image of elephant. In this script the image
is loaded, then are passed through the preprocessing layers.
Finally, they are shown using matplotlib.
"""
Expand Down

0 comments on commit 0444db2

Please sign in to comment.