Commit fae5d02
add poetry support for tensorflow maskrcnn; update tensorflow resnet5… (#2679)
* add poetry support for tensorflow maskrcnn; update tensorflow resnet50v1_5 inference
* fix: correct database file path in IP leak detection workflow
* fix: update database entries for IP leak detection workflow
* add smoke tests for Mask R-CNN and ResNet50 models
* remove unused smoke.yaml files for Mask R-CNN and ResNet50 models
* fix: update Dockerfiles to set up poetry environment and add to PATH
* refactor: streamline Python dependency installation in Dockerfiles and setup.sh
* refactor: consolidate Python dependency installation scripts across Dockerfiles and setup.sh files
* docker tf flex maskrcnn (#2682)
* update tf maskrcnn gpu
* modify poetry files
* update poetry
* remove maskrcnn flex gpu workloads
* remove compose references
* refactor: remove unnecessary activation of poetry environment in dependency installation script
* tf rn50 training gpu update (#2685)
* update dockerfile
* Update tf-max-series-resnet50v1-5-training.Dockerfile
* TF RN50 Inference (#2686)
* update dockerfile
* update tf rn50 inference
* update tests and doc
* Update smoke.yaml
* Update tests.yaml
* Update tf-max-series-resnet50v1-5-training.Dockerfile
* Update smoke.yaml
* Update tests.yaml
* Update docker-compose.yml
* update smoke and tests
* Revert "update smoke and tests"
This reverts commit a06b59f24eb42a2c7455e067025aab59a2832420.
* refine dockerfile maskrcnn training (#2684)
* refine dockerfile
* Update pyproject.toml
* update poetry files and add smoke test
* add pythonpath
* update tests
* add pybind
* fix service name
* remove rn50 inference
* remove rn50 tf inf smoke file
* update bert_large build
---------
Co-authored-by: Srikanth Ramakrishna <[email protected]>1 parent e9a2a31 commit fae5d02
File tree
30 files changed
+3860
-1327
lines changed- docker/tensorflow
- bert_large/training/gpu
- maskrcnn/training/gpu
- resnet50v1_5/training/gpu
- models_v2
- common
- tensorflow
- bert_large
- inference/cpu
- training/gpu
- maskrcnn/training/gpu
- resnet50v1_5
- inference/gpu
- training/gpu
30 files changed
+3860
-1327
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 38 | + | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments