pytorch / pytorch.github.io

The website for PyTorch
https://pytorch.org
BSD 3-Clause "New" or "Revised" License
232 stars 291 forks source link

The source file resnet152_handler.py is missing on given official link https://pytorch.org/examples/image_classifier/resnet_152_batch/resnet152_handler.py #395

Open mahakal001 opened 4 years ago

mahakal001 commented 4 years ago

🕋 Website

To Reproduce

Steps to reproduce the behavior (if applicable):

  1. Go to 'https://pytorch.org/serve/batch_inference_with_ts.html'
  2. Scroll down to this section "https://pytorch.org/serve/batch_inference_with_ts.html#id4". At the end of this section there is a reference link attached "https://pytorch.org/examples/image_classifier/resnet_152_batch/resnet152_handler.py"
  3. See error

Expected behavior

I should be able to either view the source file resnet512_handler.py or download the same.

Screenshots

Desktop (please complete the following information):

Additional context

mahakal001 commented 4 years ago

I got it on github: https://github.com/pytorch/serve/blob/master/examples/image_classifier/resnet_152_batch/resnet152_handler.py

eliethesaiyan commented 2 years ago

@mahakal001, it seems to have been removed?