P4D-Data-Sciences icon indicating copy to clipboard operation
P4D-Data-Sciences copied to clipboard

Inconsistant Naming

Open peardox opened this issue 2 years ago • 2 comments

PyTorch is the name of a Project

TTorch is in PyTorch and the PyModuleName is torch TTorchVision is in TTorchVision PyModuleName is torchvision

Suggest PyTorch becomes Torch then I'll also add TTorchAudio (for compete PyTorch support)

Also in the YT https://www.youtube.com/watch?v=ssIKb3nJw5c&t=1040s there are some modules PyScripter mentions we haven't got - seems sensible to add them

peardox avatar Aug 23 '22 08:08 peardox

PyTorch is the Python version of Torch. It is named torch on PYPI. What is the issue?

lmbelo avatar Aug 23 '22 21:08 lmbelo

PyTorch.pas = TPyTorch = torch Package TorchVision.pas = TTorchVision = torchvision Package

Everything else (apart from OpenCV = cv2 which is OK I guess) has same naming throught

PyTorchVision.pas = TPyTorchVision = torchvision Package also sorta works

Although conda (commented out) calls it pytorch while pip calls it torch and as we're mainly using pip seems sensible to stick to pip naming where possible as that's how Python people will refer to them

peardox avatar Aug 23 '22 22:08 peardox