Init ptb
This commit is contained in:
3
pytorch_boot.egg-info/PKG-INFO
Normal file
3
pytorch_boot.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,3 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: pytorch-boot
|
||||
Version: 0.1
|
46
pytorch_boot.egg-info/SOURCES.txt
Normal file
46
pytorch_boot.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,46 @@
|
||||
setup.py
|
||||
PytorchBoot/__init__.py
|
||||
PytorchBoot/application.py
|
||||
PytorchBoot/boot.py
|
||||
PytorchBoot/component.py
|
||||
PytorchBoot/config.py
|
||||
PytorchBoot/namespace.py
|
||||
PytorchBoot/status.py
|
||||
PytorchBoot/stereotype.py
|
||||
PytorchBoot/dataset/__init__.py
|
||||
PytorchBoot/dataset/base_dataset.py
|
||||
PytorchBoot/factory/__init__.py
|
||||
PytorchBoot/factory/component_factory.py
|
||||
PytorchBoot/factory/optimizer_factory.py
|
||||
PytorchBoot/runners/__init__.py
|
||||
PytorchBoot/runners/evaluator.py
|
||||
PytorchBoot/runners/predictor.py
|
||||
PytorchBoot/runners/runner.py
|
||||
PytorchBoot/runners/trainer.py
|
||||
PytorchBoot/runners/web_runner.py
|
||||
PytorchBoot/templates/application.py
|
||||
PytorchBoot/templates/config.py
|
||||
PytorchBoot/ui/client/index.html
|
||||
PytorchBoot/ui/client/static/css/app.5383ee564f9a1a656786665504aa6b98.css
|
||||
PytorchBoot/ui/client/static/css/app.5383ee564f9a1a656786665504aa6b98.css.map
|
||||
PytorchBoot/ui/client/static/fonts/ionicons.143146f.woff2
|
||||
PytorchBoot/ui/client/static/fonts/ionicons.99ac330.woff
|
||||
PytorchBoot/ui/client/static/fonts/ionicons.d535a25.ttf
|
||||
PytorchBoot/ui/client/static/img/ionicons.a2c4a26.svg
|
||||
PytorchBoot/ui/client/static/js/app.230235873e25a72eeacb.js
|
||||
PytorchBoot/ui/client/static/js/app.230235873e25a72eeacb.js.map
|
||||
PytorchBoot/ui/client/static/js/manifest.2ae2e69a05c33dfc65f8.js
|
||||
PytorchBoot/ui/client/static/js/manifest.2ae2e69a05c33dfc65f8.js.map
|
||||
PytorchBoot/ui/client/static/js/vendor.9f7b4785a30f0533ee08.js
|
||||
PytorchBoot/ui/client/static/js/vendor.9f7b4785a30f0533ee08.js.map
|
||||
PytorchBoot/ui/server/app.py
|
||||
PytorchBoot/utils/__init__.py
|
||||
PytorchBoot/utils/log_util.py
|
||||
PytorchBoot/utils/project_util.py
|
||||
PytorchBoot/utils/tensorboard_util.py
|
||||
PytorchBoot/utils/timer_util.py
|
||||
pytorch_boot.egg-info/PKG-INFO
|
||||
pytorch_boot.egg-info/SOURCES.txt
|
||||
pytorch_boot.egg-info/dependency_links.txt
|
||||
pytorch_boot.egg-info/entry_points.txt
|
||||
pytorch_boot.egg-info/top_level.txt
|
1
pytorch_boot.egg-info/dependency_links.txt
Normal file
1
pytorch_boot.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
3
pytorch_boot.egg-info/entry_points.txt
Normal file
3
pytorch_boot.egg-info/entry_points.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
[console_scripts]
|
||||
ptb = PytorchBoot.boot:main
|
||||
pytorch-boot = PytorchBoot.boot:main
|
1
pytorch_boot.egg-info/top_level.txt
Normal file
1
pytorch_boot.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
PytorchBoot
|
Reference in New Issue
Block a user