File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 25
25
working-directory : src/Sapling
26
26
id : get_version
27
27
run : |
28
- VERSION=1.2.0
28
+ VERSION=1.2.1
29
29
echo "Application version: $VERSION"
30
30
echo "::set-output name=version::$VERSION"
31
31
Original file line number Diff line number Diff line change @@ -158,3 +158,11 @@ Data: 1.5bn positions
158
158
WDL: 0.3
159
159
LR: CosineDecayLR 0.001 * 0.3 * 0.3 * 0.3
160
160
SuperBatches: 240
161
+
162
+ ----------------------------------
163
+ 19_(768x4-1024)x2-8
164
+ ----------------------------------
165
+ Data: 1.7bn positions
166
+ WDL: 0.3
167
+ LR: CosineDecayLR 0.001 * 0.3 * 0.3 * 0.3
168
+ SuperBatches: 260
Original file line number Diff line number Diff line change 7
7
<Nullable >enable</Nullable >
8
8
<ApplicationIcon >logo.ico</ApplicationIcon >
9
9
<Title >Sapling</Title >
10
- <AssemblyVersion >1.2.0 .0</AssemblyVersion >
11
- <FileVersion >1.2.0 .0</FileVersion >
12
- <Version >1.2.0 .0</Version >
10
+ <AssemblyVersion >1.2.1 .0</AssemblyVersion >
11
+ <FileVersion >1.2.1 .0</FileVersion >
12
+ <Version >1.2.1 .0</Version >
13
13
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
14
14
</PropertyGroup >
15
15
You can’t perform that action at this time.
0 commit comments