File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : [3.5, 3. 6, 3.7, 3.8]
14
+ python-version : [3.6, 3.7, 3.8]
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ environment to distributed training/tuning on Cloud.
16
16
17
17
#### Requirements
18
18
19
- - Python >= 3.5
19
+ - Python >= 3.6
20
20
- [ A Google Cloud project] ( https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project )
21
21
- An
22
22
[ authenticated GCP account] ( https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account )
@@ -118,7 +118,7 @@ mkdir tensorflow_cloud
118
118
cd tensorflow_cloud
119
119
```
120
120
121
- 1 . Make sure you have ` python >= 3.5 `
121
+ 1 . Make sure you have ` python >= 3.6 `
122
122
123
123
``` shell
124
124
python -V
Original file line number Diff line number Diff line change 51
51
"Intended Audience :: Science/Research" ,
52
52
"License :: OSI Approved :: Apache Software License" ,
53
53
"Programming Language :: Python :: 3" ,
54
- "Programming Language :: Python :: 3.5" ,
55
54
"Programming Language :: Python :: 3.6" ,
56
55
"Programming Language :: Python :: 3.7" ,
56
+ "Programming Language :: Python :: 3.8" ,
57
57
"Topic :: Scientific/Engineering" ,
58
58
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
59
59
"Topic :: Software Development" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment to distributed training/tuning on Cloud.
10
10
11
11
#### Requirements
12
12
13
- - Python >= 3.5
13
+ - Python >= 3.6
14
14
- [ A Google Cloud project] ( https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project )
15
15
- An
16
16
[ authenticated GCP account] ( https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account )
@@ -112,7 +112,7 @@ mkdir tensorflow_cloud
112
112
cd tensorflow_cloud
113
113
```
114
114
115
- 1 . Make sure you have ` python >= 3.5 `
115
+ 1 . Make sure you have ` python >= 3.6 `
116
116
117
117
``` shell
118
118
python -V
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ as a backend to get suggestions of hyperparameters and run trials.
13
13
14
14
### Requirements
15
15
16
- - Python >= 3.5
16
+ - Python >= 3.6
17
17
- Tensorflow >= 2.0
18
18
- [ Set up your Google Cloud project] ( https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project )
19
19
- [ Authenticate your GCP account] ( https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account )
@@ -86,7 +86,7 @@ you can skip the setup and authentication steps and start from step 8.
86
86
cd tuner
87
87
```
88
88
89
- 1. Make sure you have ` python > = 3.5 `
89
+ 1. Make sure you have ` python > = 3.6 `
90
90
91
91
` ` ` shell
92
92
python -V
Original file line number Diff line number Diff line change 15
15
16
16
### Requirements
17
17
18
- - Python >= 3.5
18
+ - Python >= 3.6
19
19
- Tensorflow >= 2.0
20
20
- [ Set up your Google Cloud project] ( https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project )
21
21
- [ Authenticate your GCP account] ( https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account )
@@ -74,7 +74,7 @@ you can skip the setup and authentication steps and start from step 8.
74
74
cd cloud_fit
75
75
```
76
76
77
- 1. Make sure you have ` python > = 3.5 `
77
+ 1. Make sure you have ` python > = 3.6 `
78
78
79
79
` ` ` shell
80
80
python -V
You can’t perform that action at this time.
0 commit comments