Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitignore 4.3 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5. # C extensions
  6. *.so
  7. # Distribution / packaging
  8. .Python
  9. build/
  10. develop-eggs/
  11. dist/
  12. downloads/
  13. eggs/
  14. .eggs/
  15. lib/
  16. lib64/
  17. parts/
  18. sdist/
  19. var/
  20. wheels/
  21. pip-wheel-metadata/
  22. share/python-wheels/
  23. *.egg-info/
  24. .installed.cfg
  25. *.egg
  26. MANIFEST
  27. # PyInstaller
  28. # Usually these files are written by a python script from a template
  29. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  30. *.manifest
  31. *.spec
  32. # Installer logs
  33. pip-log.txt
  34. pip-delete-this-directory.txt
  35. # Unit test / coverage reports
  36. htmlcov/
  37. .tox/
  38. .nox/
  39. .coverage
  40. .coverage.*
  41. .cache
  42. nosetests.xml
  43. coverage.xml
  44. *.cover
  45. *.py,cover
  46. .hypothesis/
  47. .pytest_cache/
  48. # Translations
  49. *.mo
  50. *.pot
  51. # Django stuff:
  52. *.log
  53. local_settings.py
  54. db.sqlite3
  55. db.sqlite3-journal
  56. # Flask stuff:
  57. instance/
  58. .webassets-cache
  59. # Scrapy stuff:
  60. .scrapy
  61. # Sphinx documentation
  62. docs/_build/
  63. # PyBuilder
  64. target/
  65. # Jupyter Notebook
  66. .ipynb_checkpoints
  67. # IPython
  68. profile_default/
  69. ipython_config.py
  70. # pyenv
  71. .python-version
  72. # pipenv
  73. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  74. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  75. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  76. # install all needed dependencies.
  77. #Pipfile.lock
  78. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  79. __pypackages__/
  80. # Celery stuff
  81. celerybeat-schedule
  82. celerybeat.pid
  83. # SageMath parsed files
  84. *.sage.py
  85. # Environments
  86. .env
  87. .venv
  88. env/
  89. venv/
  90. ENV/
  91. env.bak/
  92. venv.bak/
  93. # Spyder project settings
  94. .spyderproject
  95. .spyproject
  96. # Rope project settings
  97. .ropeproject
  98. # mkdocs documentation
  99. /site
  100. # mypy
  101. .mypy_cache/
  102. .dmypy.json
  103. dmypy.json
  104. # Pyre type checker
  105. .pyre/
  106. #customized settings
  107. # vscode
  108. .vscode
  109. *.jpg
  110. *.zip
  111. .h5
  112. artifacts/
  113. mlruns/
  114. artifacts/prepare_callbacks/checkpoint_dir/model.h5
  115. artifacts/prepare_callbacks/tensorboard_log_dir/tb_logs_at_2023-01-16-00-54-56/train/events.out.tfevents.1673810698.E-5CG23522DR.32284.0.v2
  116. artifacts/prepare_callbacks/tensorboard_log_dir/tb_logs_at_2023-01-16-00-54-56/validation/events.out.tfevents.1673814518.E-5CG23522DR.32284.1.v2
  117. artifacts/training/model.h5
  118. artifacts/prepare_base_model/base_model_updated.h5
  119. artifacts/prepare_base_model/base_model.h5
  120. artifacts/*
  121. artifacts/prepare_base_model/*
  122. *.h5
  123. artifacts/prepare_base_model/*.h5
  124. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/metrics/accuracy
  125. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/metrics/loss
  126. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/params/AUGMENTATION
  127. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/params/BATCH_SIZE
  128. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/params/CLASSES
  129. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/params/EPOCHS
  130. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/params/IMAGE_SIZE
  131. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/params/INCLUDE_TOP
  132. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/params/LEARNING_RATE
  133. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/params/WEIGHTS
  134. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/tags/mlflow.log-model.history
  135. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/tags/mlflow.source.git.commit
  136. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/tags/mlflow.source.name
  137. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/tags/mlflow.source.type
  138. mlruns/0/62d2a8ae38c04e7f9f61998d5f8141b0/tags/mlflow.user
  139. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/meta.yaml
  140. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/metrics/accuracy
  141. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/metrics/loss
  142. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/params/AUGMENTATION
  143. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/params/BATCH_SIZE
  144. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/params/CLASSES
  145. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/params/EPOCHS
  146. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/params/IMAGE_SIZE
  147. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/params/INCLUDE_TOP
  148. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/params/LEARNING_RATE
  149. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/params/WEIGHTS
  150. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/tags/mlflow.log-model.history
  151. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/tags/mlflow.source.git.commit
  152. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/tags/mlflow.source.name
  153. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/tags/mlflow.source.type
  154. mlruns/0/6a41bf4e19d2461bb4dba324cb97f449/tags/mlflow.user
  155. mlruns/0/meta.yaml
  156. mlruns/0/3d85dca10b2e4b6d87870665b1df4ad9/metrics/accuracy
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...