Submitted by Atom_101 t3_1050cw1 in MachineLearning
CyberDainz t1_j3ax5f5 wrote
Reply to comment by IndieAIResearcher in [D] Best way to package Pytorch models as a standalone application by Atom_101
what do you mean
IndieAIResearcher t1_j3axf09 wrote
Windows builder as pypi
CyberDainz t1_j3ayd88 wrote
Because each project has its own configuration.
If you make a framework out of this, you get a horror like Bazel. And you will spend time learning how to work with Bazel. But what for? Building a project is a simple operation: create folders, some files, download, unzip, call Popen with a certain env, clean up the __ pycache __ folder at the end, and archive it - that's it! The project is ready.
All you need to do is spend 20 minutes and figure out how WindowsBuilder.py works and adapt it to your project.
WindowsBuilder.py is standalone and requires only python 3.
IndieAIResearcher t1_j3kv33o wrote
Understand, thanks!
Viewing a single comment thread. View all comments