Skip to content

Commit

Permalink
Update random_crop_and_zoom.py (#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 Jan 12, 2024
1 parent adf944c commit 9fbf36b
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 9fbf36b

Please sign in to comment.