P4D-Data-Sciences
P4D-Data-Sciences copied to clipboard
Inconsistant Naming
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
PyTorch is the Python version of Torch. It is named torch on PYPI. What is the issue?
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