Skip to content

Commit 3b8d568

Browse files
committed
switch to 2.5-preview1
1 parent 9af0012 commit 3b8d568

17 files changed

+17
-17
lines changed

CSharpOrNot/TrainCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using numpy;
1010
using tensorflow;
1111
using tensorflow.keras.callbacks;
12-
using tensorflow.optimizers;
12+
using tensorflow.keras.optimizers;
1313
using tensorflow.python.keras.backend;
1414
using static CSharpOrNot;
1515

FSharp/FashionMnistF/FashionMnist.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open numpy
1010
open tensorflow
1111
open tensorflow.keras
1212
open tensorflow.keras.layers
13-
open tensorflow.optimizers
13+
open tensorflow.keras.optimizers
1414

1515
// this is no longer needed in most scenarios with 1.15, but we left it for example
1616
let inline (!>) (x:^a) : ^b = ((^a or ^b) : (static member op_Implicit : ^a -> ^b) x)

FSharp/FashionMnistF/FashionMnistF.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<ItemGroup>
1313
<PackageReference Include="FSharp.Interop.Dynamic" Version="5.0.1.268" />
1414
<PackageReference Include="LostTech.Gradient.FSharp" Version="0.1.0" />
15-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
15+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
1616
</ItemGroup>
1717
</Project>

FashionMnistClassification/FashionMnistClassification.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using tensorflow;
66
using tensorflow.keras;
77
using tensorflow.keras.layers;
8-
using tensorflow.optimizers;
8+
using tensorflow.keras.optimizers;
99

1010
static class FashionMnistClassification {
1111
static void Main() {

FashionMnistClassification/FashionMnistClassification.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
12+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
1313
</ItemGroup>
1414

1515
</Project>

ResNetBlock/ResNetBlock.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
12+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
1313
</ItemGroup>
1414
</Project>

SimpleApproximation/SimpleApproximation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
12+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
1313
</ItemGroup>
1414

1515
</Project>

SimpleApproximation/SimpleApproximationProgram.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using tensorflow;
77
using tensorflow.keras;
88
using tensorflow.keras.layers;
9-
using tensorflow.optimizers;
9+
using tensorflow.keras.optimizers;
1010

1111
static class SimpleApproximationProgram {
1212
const int x0 = 10, x1 = 20;

VB/FashionMnistVB/FashionMnist.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Imports System
22
Imports tensorflow
33
Imports tensorflow.keras
44
Imports tensorflow.keras.layers
5-
Imports tensorflow.optimizers
5+
Imports tensorflow.keras.optimizers
66

77
Module Program
88
Sub Main()

VB/FashionMnistVB/FashionMnistVB.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
10+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
1111
</ItemGroup>
1212

1313
</Project>

v1/BasicMath/BasicMath.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
11+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
1212
</ItemGroup>
1313

1414
</Project>

v1/FSharp/BasicMathF/BasicMathF.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="FSharp.Interop.Dynamic" Version="5.0.1.268" />
14-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
14+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
1515
</ItemGroup>
1616

1717
</Project>

v1/GPT-2/GPT-2.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="CsvHelper" Version="12.1.2" />
25-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
25+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
2626
<PackageReference Include="ManyConsole.CommandLineUtils" Version="1.0.3-alpha" />
2727
<PackageReference Include="morelinq" Version="3.3.2" />
2828
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />

v1/GPT-2/Gpt2Sampler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Tensor[] Body(object past, dynamic prev, object output)
6969
var nextOutputs = Step(hParams, prev[.., tf.newaxis], past: past);
7070
Tensor logits = nextOutputs["logits"][.., ^1, ..] / tf.constant(temperature, dtypes.float32_ref);
7171
logits = TopLogits(logits, topK: topK);
72-
var samples = v1.multinomial(logits, num_samples: 1, output_dtype: tf.int32);
72+
Tensor<int> samples = v1.multinomial_dyn(logits, num_samples: 1, output_dtype: tf.int32);
7373
return new Tensor[]
7474
{
7575
tf.concat(new []{ past, nextOutputs["presents"]}, axis: -2),

v1/LinearSVM/LinearSVM.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
10+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
1111
<PackageReference Include="ManyConsole.CommandLineUtils" Version="1.0.3-alpha" />
1212
</ItemGroup>
1313

v1/RL-MLAgents/RL-MLAgents.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="LostTech.MLAgents.Environments" Version="0.19.0" />
13-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
13+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
1414
</ItemGroup>
1515

1616
</Project>

v1/VB/BasicMathVB/BasicMathVB.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="LostTech.TensorFlow" Version="2.4.1-preview1" />
10+
<PackageReference Include="LostTech.TensorFlow" Version="2.5.0-preview1" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)