We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d28974 commit 18a7ed5Copy full SHA for 18a7ed5
1 file changed
README.md
@@ -40,7 +40,6 @@ There are now 3 ways of creating neural networks:
40
- GPU implementation. Just add '`GPU`' in the namespace: `using ConvNetSharp.Volume.`**GPU**`.Single;`
41
- ConvNetSharp.Volume and ConvNetSharp.Core are on .NET Standard
42
- New way to serialize/deserialize. Basically Net object gives a nested dictionary that can be serialized the way you like.
43
-- ToDo: Implement missing trainers, implement missing layers (e.g. regression)
44
45
Tag [v0.2.0](https://github.com/cbovar/ConvNetSharp/tree/v0.2.0) was created just before commiting new version.
46
0 commit comments