-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathregression-config.yaml
279 lines (279 loc) · 5.36 KB
/
regression-config.yaml
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
version: 0.0
launch:
timeout: 10m
killtime: 15m
components:
py27:
python: 2.7.13
tags:
- py2
pip:
- pip>=19.3.1
- future
py35:
python: 3.5.9
tags:
- py3
pip:
- pip>=19.3.1
py36:
python: 3.6.8
tags:
- py3
pip:
- pip>=19.3.1
py37:
python: 3.7.17
tags:
- py3
pip:
- -U pip
py38:
python: 3.8.18
tags:
- py3.8
pip:
- -U pip
py39:
python: 3.9.18
tags:
- py3.9
pip:
- -U pip
wandb-run:
options:
- wandb-run
pip:
- wandb==0.9.7 # wandb supports run args since 0.8.0
tags:
- base
wandb-magic:
options:
- wandb-magic
# pip:
# - git+git://github.com/wandb/client.git@feature/import-magic#egg=wandb
tags:
- magic
python-path:
options:
- python-path
pt:
pip:
- torch
- torchvision
tags:
- pt
pt1.4:
pip:
- torch==1.4.0 torchvision==0.5.0 -f https://download.pytorch.org/whl/torch_stable.html
tags:
- pt
- pto
pt0.4.1:
pip:
- pillow<=6.2.2 # pillow 7 breaks older torchvision
- torch==0.4.1.post2 torchvision==0.2.1 -f https://download.pytorch.org/whl/torch_stable.html
tags:
- pt
- pto
ptn:
pip:
- numpy
- --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
tags:
- pt
- ptn
keras:
pip:
- keras<2.6.0
- protobuf<3.20
tags:
- k
keras2.0.9:
pip:
- protobuf<3.20
- keras==2.0.9
tags:
- k
- ko
keras2.3.1:
pip:
- protobuf<3.20
- keras==2.3.1
tags:
- k
- ko
tfn:
pip:
- tf-nightly-gpu
short: tfn
tags:
- tf
- tf1
- tf1n
tf2night:
pip:
- tf-nightly
short: tf2night
tags:
- tf
- tf2
- tf2n
tf:
pip:
- protobuf<3.20
- tensorflow_gpu==1.15.0
short: tf
tags:
- tf
- tf1
tf1:
pip:
- protobuf<3.20
- tensorflow_gpu==1.15.0
short: tf1
tags:
- tf
- tf1
tf2:
pip:
- protobuf<3.20
- tensorflow_gpu<2.5.0
short: tf2
tags:
- tf
- tf2
tf25p:
pip:
- tensorflow_gpu>=2.5.0
tags:
- tf
- tf2
tf2new:
pip:
- tensorflow
tags:
- tf
- tf2
tf2.0.0:
pip:
- protobuf<3.20
- tensorflow_gpu=2.0.0
short: tf2o
tags:
- tf
- tf2
- tf2o
tf1.14.0:
pip:
- protobuf<3.20
- tensorflow_gpu==1.14.0
short: tfo
tags:
- tf
- tf1
- tf1o
tf1.12.2:
pip:
- protobuf<3.20
- tensorflow_gpu==1.12.2
short: tfo
tags:
- tf
- tf1
- tf1o
tf1.11.0:
pip:
- protobuf<3.20
- tensorflow_gpu==1.11.0
short: tfo
tags:
- tf
- tf1
- tf1o
tf1.10.1:
pip:
- protobuf<3.20
- tensorflow_gpu==1.10.1
short: tfo
tags:
- tf
- tf1
- tf1o
pil:
pip:
- pillow
fastai1:
pip:
- fastai<2.0.0
tags:
- fa
- fa1
fastai2:
pip:
- fastai>=2.0.0
tags:
- fa
- fa2
tb:
pip:
- tensorboard<2.5.0
tb24p:
pip:
- tensorboard>=2.5.0
fastai2git:
pip:
- git+https://github.com/fastai/fastai.git
tags:
- fa
- fa2
broken:
short: bad
# Set by regression.py
#wandb-cli:
# pip:
# #- git+git://github.com/wandb/client.git@feature/tensorflow2#egg=wandb
# - git+git://github.com/wandb/client.git@797db669bec29094fd2676ba8e35f7840bedf487#egg=wandb
groups:
pythons:
- py37
python3s:
- py37
python3os:
- py36
python3ns:
- py38
python3ps:
- py39
torches:
- pt1.4
- ptn
# - pt0.4.1
torches1plus:
- pt
- pt1.4
- ptn
torches-new:
- pt
- ptn
tensorflows:
- tf2
- tf2new
- tf2night
tensorflows1plus:
- tf1
- tf2
- tf2new
- tf2night
tf1or2:
- tf1
- tf2
tfns:
- tf2new
- tf2night
tf2n:
- tf2new
- tf2night
fastai2s:
- fastai2
- fastai2git