pyTorchAutoForge 0.2.0__tar.gz → 0.2.1.dev0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/PKG-INFO +1 -1
  2. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/_version.py +2 -2
  3. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/.gitignore +0 -0
  4. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/LICENSE +0 -0
  5. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/README.md +0 -0
  6. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/conda_install.sh +0 -0
  7. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/environment.yml +0 -0
  8. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/__init__.py +0 -0
  9. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/__init__.py +0 -0
  10. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/matlab/CTorchModelWrapper.m +0 -0
  11. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/matlab/EnumTorchWrapperMode.m +0 -0
  12. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/matlab/TorchModelMATLABwrapper.py +0 -0
  13. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/matlab/__init__.py +0 -0
  14. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/mlflow/__init__.py +0 -0
  15. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/mlflow/mlflow_api.py +0 -0
  16. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/onnx/ModelHandlerONNx.py +0 -0
  17. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/onnx/__init__.py +0 -0
  18. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/tcp/.deprecated/torchModelOverTCP_legacy.py +0 -0
  19. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/tcp/__init__.py +0 -0
  20. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/tcp/tcpServerPy.py +0 -0
  21. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/tcp/tcp_socket_server.py +0 -0
  22. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/tcp/tcp_torchModel_eval.py +0 -0
  23. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/telegram/AutoForge_AlertSystem_bot.py.wip +0 -0
  24. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/telegram/__init__.py +0 -0
  25. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/telegram/bot_token_private.json +0 -0
  26. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/tensorrt/.gitkeep +0 -0
  27. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/tensorrt/TODO +0 -0
  28. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/tensorrt/TRTengineExporter.py +0 -0
  29. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/tensorrt/__init__.py +0 -0
  30. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/torch/__init__.py +0 -0
  31. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/api/torch/torchModulesIO.py +0 -0
  32. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/datasets/.experimental.py +0 -0
  33. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/datasets/DataAugmentation.py +0 -0
  34. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/datasets/DataloaderIndex.py +0 -0
  35. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/datasets/DatasetClasses.py +0 -0
  36. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/datasets/ImagesAugmentation.py +0 -0
  37. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/datasets/LabelsClasses.py +0 -0
  38. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/datasets/__init__.py +0 -0
  39. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/datasets/auxiliary_functions.py +0 -0
  40. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/datasets/noise_models/FrameCameraNoiseModels.py +0 -0
  41. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/datasets/noise_models/__init__.py +0 -0
  42. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/evaluation/ModelEvaluator.py +0 -0
  43. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/evaluation/ModelExplainer.py +0 -0
  44. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/evaluation/ModelProfiler.py +0 -0
  45. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/evaluation/ResultsPlotter.py +0 -0
  46. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/evaluation/__init__.py +0 -0
  47. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/extra/data_analysis_tools_module.py +0 -0
  48. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/extra/experimental_pysr_module.py +0 -0
  49. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/extra/xgboost_regression_module.py +0 -0
  50. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/hparams_optim/ModelHparamsOptimizer.py +0 -0
  51. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/hparams_optim/OptunaStudyAnalyzer.py +0 -0
  52. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/hparams_optim/__init__.py +0 -0
  53. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/hparams_optim/optuna_auxiliary.py +0 -0
  54. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/hparams_optim/seedNewOptunaStudy.py +0 -0
  55. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/.deprecated/_modelBuildingFunctions.py +0 -0
  56. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/.deprecated/_modelBuldingBlocks.py +0 -0
  57. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/ModelAssembler.py +0 -0
  58. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/ModelAutoBuilder.py +0 -0
  59. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/ModelMutator.py +0 -0
  60. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/__init__.py +0 -0
  61. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/backbones/README.md +0 -0
  62. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/backbones/__init__.py +0 -0
  63. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/backbones/base_backbones.py +0 -0
  64. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/backbones/efficient_net.py +0 -0
  65. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/backbones/image_processing_operators.py +0 -0
  66. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/backbones/input_adapters.py +0 -0
  67. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/backbones/spatial_features_operators.py +0 -0
  68. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/convolutionalBlocks.py +0 -0
  69. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/factories/block_factories.py +0 -0
  70. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/fullyConnectedBlocks.py +0 -0
  71. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/model_building/modelBuildingBlocks.py +0 -0
  72. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/optimization/.gitignore +0 -0
  73. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/optimization/ModelTrainingManager.py +0 -0
  74. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/optimization/__init__.py +0 -0
  75. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/optimization/lossFunctionsClasses.py +0 -0
  76. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/optimization/sessionConfig.yaml +0 -0
  77. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/programs/profile_and_export_model.py +0 -0
  78. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/setup/AutoForgeInit.py +0 -0
  79. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/setup/BaseConfigClass.py +0 -0
  80. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/setup/__init__.py +0 -0
  81. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/tensorboard/tensorboard_fcns.py +0 -0
  82. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/DeviceManager.py +0 -0
  83. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/LossLandscapeVisualizer.py +0 -0
  84. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/TODO +0 -0
  85. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/__init__.py +0 -0
  86. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/argument_parsers.py +0 -0
  87. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/context_management.py +0 -0
  88. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/conversion_utils.py +0 -0
  89. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/pytest_test.py +0 -0
  90. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/rename_images.py +0 -0
  91. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/test_fixtures/images_fixtures.py +0 -0
  92. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/timing_utils.py +0 -0
  93. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyTorchAutoForge/utils/utils.py +0 -0
  94. {pytorchautoforge-0.2.0 → pytorchautoforge-0.2.1.dev0}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyTorchAutoForge
3
- Version: 0.2.0
3
+ Version: 0.2.1.dev0
4
4
  Summary: PyTorchAutoForge library is based on raw PyTorch and designed to automate DNN development, model tracking and deployment, tightly integrated with MLflow and Optuna. It supports Spiking networks libraries (WIP). Deployment can be performed using ONNx, pyTorch facilities or TensorRT (WIP). The library is designed to be compatible with Jetson Orin Nano Jetpack rev6.1, with bash script to automatically configure virtualenv.
5
5
  Author-email: "Pietro Califano (PC)" <petercalifano.gs@gmail.com>
6
6
  License: MIT
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.2.0'
32
- __version_tuple__ = version_tuple = (0, 2, 0)
31
+ __version__ = version = '0.2.1.dev0'
32
+ __version_tuple__ = version_tuple = (0, 2, 1, 'dev0')
33
33
 
34
34
  __commit_id__ = commit_id = None