We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c88fd0 commit 20b8206Copy full SHA for 20b8206
RELEASENOTES.md
@@ -7,6 +7,7 @@ __Bug Fixes__:
7
8
#1426 Sequential.eval() does not put model into eval mode<br/>
9
`torch.optim.lr_scheduler.LinearLR` `end_factor` default has been corrected, is now 1.0.<br/>
10
+Update package version of SixLabors.ImageSharp to avoid security vulnerability<br/>
11
12
__API Changes__:
13
src/Examples.Utils/Examples.Utils.csproj
@@ -17,7 +17,7 @@
17
18
<ItemGroup>
19
<PackageReference Include="SharpZipLib" Version="1.4.0" />
20
- <PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
+ <PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
21
</ItemGroup>
22
23
0 commit comments