File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,17 @@ label {
122
122
background-color : # 004793 ;
123
123
}
124
124
125
+ # clearing-button {
126
+ background-color : # 818181 ;
127
+ }
128
+
129
+ # clearing-button : hover {
130
+ background-color : # 5f5f5f ;
131
+ }
132
+
133
+ # clearing-button : active {
134
+ background-color : # 3a3a3a ;
135
+ }
125
136
126
137
# reset-button {
127
138
background-color : # c80f0f ;
@@ -135,18 +146,6 @@ label {
135
146
background-color : # 821414 ;
136
147
}
137
148
138
- # clear-button {
139
- background-color : # 818181 ;
140
- }
141
-
142
- # clear-button : hover {
143
- background-color : # 5f5f5f ;
144
- }
145
-
146
- # clear-button : active {
147
- background-color : # 3a3a3a ;
148
- }
149
-
150
149
.device-button {
151
150
width : 10% ;
152
151
background-color : # 818181 ;
Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ <h2 style="display: inline-block; margin-right: 15px; margin-left: 20px;">Model
575
575
< button class ="torch-button " id ="start-button " onclick ="trainLoopInitializer() "> Train</ button >
576
576
< button class ="torch-button " id ="stop-button " onclick ="pauseTraining() "> Pause</ button >
577
577
< button class ="torch-button " id ="reset-button " onclick ="resetTraining() "> Reset</ button >
578
- < button class ="torch-button " id ="clear -button " onclick ="clearTraining() "> Clear</ button >
578
+ < button class ="torch-button " id ="clearing -button " onclick ="clearTraining() "> Clear</ button >
579
579
< div style ="width: 25px; display: inline-block; "> </ div >
580
580
< button id ="cpu-trigger " class ="device-button " onclick ="CPUCaller() "> CPU</ button >
581
581
< button id ="gpu-trigger " class ="device-button " onclick ="GPUCaller() "> GPU</ button >
You can’t perform that action at this time.
0 commit comments