Procházet zdrojové kódy

Add .gitignore, remove IDE and cache files

main
jochen před 1 měsícem
rodič
revize
b277df46db
41 změnil soubory, kde provedl 10 přidání a 69 odebrání
  1. +10
    -0
      .gitignore
  2. +0
    -8
      .idea/.gitignore
  3. +0
    -10
      .idea/image-recognizer.iml
  4. +0
    -30
      .idea/inspectionProfiles/Project_Default.xml
  5. +0
    -6
      .idea/inspectionProfiles/profiles_settings.xml
  6. +0
    -7
      .idea/misc.xml
  7. +0
    -8
      .idea/modules.xml
  8. binární
      __pycache__/main.cpython-310.pyc
  9. binární
      data/__pycache__/mnist_loader.cpython-310.pyc
  10. binární
      neural_net/__pycache__/epoch.cpython-310.pyc
  11. binární
      neural_net/__pycache__/mnist.cpython-310.pyc
  12. binární
      neural_net/__pycache__/neural_net.cpython-310.pyc
  13. binární
      neural_net/__pycache__/trainer.cpython-310.pyc
  14. binární
      neural_net/__pycache__/transform_layer.cpython-310.pyc
  15. binární
      neural_net/activation_layers/__pycache__/activation_layer.cpython-310.pyc
  16. binární
      neural_net/activation_layers/__pycache__/relu_layer.cpython-310.pyc
  17. binární
      neural_net/functions/__pycache__/activation.cpython-310.pyc
  18. binární
      neural_net/functions/__pycache__/loss.cpython-310.pyc
  19. binární
      tests/__pycache__/mnist.cpython-310.pyc
  20. binární
      tests/__pycache__/relu_layer.cpython-310.pyc
  21. binární
      tests/__pycache__/sigmoid_layer.cpython-310.pyc
  22. binární
      ui/__pycache__/app.cpython-310.pyc
  23. binární
      ui/__pycache__/app_state.cpython-310.pyc
  24. binární
      ui/components/__pycache__/digit_drawer.cpython-310.pyc
  25. binární
      ui/components/__pycache__/label_with_refresh.cpython-310.pyc
  26. binární
      ui/components/__pycache__/number_slider.cpython-310.pyc
  27. binární
      ui/components/__pycache__/plot_figure.cpython-310.pyc
  28. binární
      ui/front_page/__pycache__/front_page.cpython-310.pyc
  29. binární
      ui/front_page/plots/__pycache__/gradients.cpython-310.pyc
  30. binární
      ui/front_page/plots/__pycache__/layer_weights.cpython-310.pyc
  31. binární
      ui/front_page/plots/__pycache__/loss.cpython-310.pyc
  32. binární
      ui/front_page/plots/__pycache__/predictions.cpython-310.pyc
  33. binární
      ui/front_page/sections/__pycache__/model_overview_section.cpython-310.pyc
  34. binární
      ui/front_page/sections/__pycache__/neural_net_info_widget.cpython-310.pyc
  35. binární
      ui/front_page/sections/__pycache__/test_model_section.cpython-310.pyc
  36. binární
      ui/front_page/sections/__pycache__/training_information.cpython-310.pyc
  37. binární
      ui/front_page/sections/__pycache__/training_section.cpython-310.pyc
  38. binární
      ui/icons/__pycache__/icons.cpython-310.pyc
  39. binární
      ui/plotters/__pycache__/plotter.cpython-310.pyc
  40. binární
      ui/training_page/__pycache__/training_page.cpython-310.pyc
  41. binární
      utils/matplotlib/__pycache__/utils.cpython-310.pyc

+ 10
- 0
.gitignore Zobrazit soubor

@@ -0,0 +1,10 @@
__pycache__/
*.py[cod]
*.pyo
.idea/
*.iml
.venv/
venv/
*.egg-info/
dist/
build/

+ 0
- 8
.idea/.gitignore Zobrazit soubor

@@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

+ 0
- 10
.idea/image-recognizer.iml Zobrazit soubor

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.venv" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

+ 0
- 30
.idea/inspectionProfiles/Project_Default.xml Zobrazit soubor

@@ -1,30 +0,0 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyMethodParametersInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="E111" />
<option value="E301" />
<option value="E252" />
<option value="E501" />
<option value="E231" />
<option value="E302" />
<option value="E305" />
<option value="E402" />
<option value="E401" />
<option value="E114" />
<option value="E261" />
</list>
</option>
</inspection_tool>
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredIdentifiers">
<list>
<option value="bool.*" />
</list>
</option>
</inspection_tool>
</profile>
</component>

+ 0
- 6
.idea/inspectionProfiles/profiles_settings.xml Zobrazit soubor

@@ -1,6 +0,0 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

+ 0
- 7
.idea/misc.xml Zobrazit soubor

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.10 (image-recognizer)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (image-recognizer)" project-jdk-type="Python SDK" />
</project>

+ 0
- 8
.idea/modules.xml Zobrazit soubor

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/image-recognizer.iml" filepath="$PROJECT_DIR$/.idea/image-recognizer.iml" />
</modules>
</component>
</project>

binární
__pycache__/main.cpython-310.pyc Zobrazit soubor


binární
data/__pycache__/mnist_loader.cpython-310.pyc Zobrazit soubor


binární
neural_net/__pycache__/epoch.cpython-310.pyc Zobrazit soubor


binární
neural_net/__pycache__/mnist.cpython-310.pyc Zobrazit soubor


binární
neural_net/__pycache__/neural_net.cpython-310.pyc Zobrazit soubor


binární
neural_net/__pycache__/trainer.cpython-310.pyc Zobrazit soubor


binární
neural_net/__pycache__/transform_layer.cpython-310.pyc Zobrazit soubor


binární
neural_net/activation_layers/__pycache__/activation_layer.cpython-310.pyc Zobrazit soubor


binární
neural_net/activation_layers/__pycache__/relu_layer.cpython-310.pyc Zobrazit soubor


binární
neural_net/functions/__pycache__/activation.cpython-310.pyc Zobrazit soubor


binární
neural_net/functions/__pycache__/loss.cpython-310.pyc Zobrazit soubor


binární
tests/__pycache__/mnist.cpython-310.pyc Zobrazit soubor


binární
tests/__pycache__/relu_layer.cpython-310.pyc Zobrazit soubor


binární
tests/__pycache__/sigmoid_layer.cpython-310.pyc Zobrazit soubor


binární
ui/__pycache__/app.cpython-310.pyc Zobrazit soubor


binární
ui/__pycache__/app_state.cpython-310.pyc Zobrazit soubor


binární
ui/components/__pycache__/digit_drawer.cpython-310.pyc Zobrazit soubor


binární
ui/components/__pycache__/label_with_refresh.cpython-310.pyc Zobrazit soubor


binární
ui/components/__pycache__/number_slider.cpython-310.pyc Zobrazit soubor


binární
ui/components/__pycache__/plot_figure.cpython-310.pyc Zobrazit soubor


binární
ui/front_page/__pycache__/front_page.cpython-310.pyc Zobrazit soubor


binární
ui/front_page/plots/__pycache__/gradients.cpython-310.pyc Zobrazit soubor


binární
ui/front_page/plots/__pycache__/layer_weights.cpython-310.pyc Zobrazit soubor


binární
ui/front_page/plots/__pycache__/loss.cpython-310.pyc Zobrazit soubor


binární
ui/front_page/plots/__pycache__/predictions.cpython-310.pyc Zobrazit soubor


binární
ui/front_page/sections/__pycache__/model_overview_section.cpython-310.pyc Zobrazit soubor


binární
ui/front_page/sections/__pycache__/neural_net_info_widget.cpython-310.pyc Zobrazit soubor


binární
ui/front_page/sections/__pycache__/test_model_section.cpython-310.pyc Zobrazit soubor


binární
ui/front_page/sections/__pycache__/training_information.cpython-310.pyc Zobrazit soubor


binární
ui/front_page/sections/__pycache__/training_section.cpython-310.pyc Zobrazit soubor


binární
ui/icons/__pycache__/icons.cpython-310.pyc Zobrazit soubor


binární
ui/plotters/__pycache__/plotter.cpython-310.pyc Zobrazit soubor


binární
ui/training_page/__pycache__/training_page.cpython-310.pyc Zobrazit soubor


binární
utils/matplotlib/__pycache__/utils.cpython-310.pyc Zobrazit soubor


Načítá se…
Zrušit
Uložit