Commit 8cf9631
Support building image from Dockerfile (#1571)
* Base model trainer (#1521)
* Base model trainer
* flake8
* add testing notebook
* add param validation & set defaults
* Implement simple train method
* feature: support script mode with local train.sh (#1523)
* feature: support script mode with local train.sh
* Stop tracking train.sh and add it to .gitignore
* update message
* make dir if not exist
* fix docs
* fix: docstyle
* Address comments
* fix hyperparams
* Revert pydantic custom error
* pylint
* Image Spec refactoring and updates (#1525)
* Image Spec refactoring and updates
* Unit tests and update function for Image Spec
* Fix hugging face test
* Fix Tests
* Add unit tests for ModelTrainer (#1527)
* Add unit tests for ModelTrainer
* Flake8
* format
* Add example notebook (#1528)
* Add testing notebook
* format
* use smaller data
* remove large dataset
* update
* pylint
* flake8
* ignore docstyle in directories with test
* format
* format
* Add enviornment variable bootstrapping script (#1530)
* Add enviornment variables scripts
* format
* fix comment
* add docstrings
* fix comment
* feature: add utility function to capture local snapshot (#1524)
* local snapshot
* Update pip list command
* Remove function calls
* Address comments
* Address comments
* Support intelligent parameters (#1540)
* Support intelligent parameters
* fix codestyle
* Revert Image Spec (#1541)
* Cleanup ModelTrainer (#1542)
* General image builder (#1546)
* General image builder
* General image builder
* Fix codestyle
* Fix codestyle
* Move location
* Add warnings
* Add integ tests
* Fix integ test
* Fix integ test
* Fix region error
* Add region
* Latest Container Image (#1545)
* Latest Container Image
* Test Fixes
* Parameterized tests and some logic updates
* Test fixes
* Move to Image URI
* Fixes for unit test
* Fixes for unit test
* Fix codestyle error checks
* Cleanup ModelTrainer code (#1552)
* feat: add pre-processing and post-processing logic to inference_spec (#1560)
* add pre-processing and post-processing logic to inference_spec
* fix format
* make accept_type and content_type optional
* remove accept_type and content_type from pre/post processing
* correct typo
* Add Distributed Training Support Model Trainer (#1536)
* Add path to set Additional Settings in ModelTrainer (#1555)
* Support building image from Dockerfile
* Fix test
* Fix test
* Rename functions
---------
Co-authored-by: Erick Benitez-Ramos <[email protected]>
Co-authored-by: Gokul Anantha Narayanan <[email protected]>
Co-authored-by: Pravali Uppugunduri <[email protected]>1 parent debcdc2 commit 8cf9631
File tree
3 files changed
+76
-13
lines changed- src/sagemaker/modules
- tests/integ/sagemaker/modules
3 files changed
+76
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
309 | 358 | | |
310 | 359 | | |
311 | 360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments