fsharp-ai-tools
fsharp-ai-tools copied to clipboard
Would be nice to automatically annotate variables and operations
It would be nice if the F# bindings could automatically use the naming capabilities of TensorFlow for variables and other operations to when creating the graphs. That would allow Tensorboard to show the results directly without any human intervention.
Like this C# code:
graph.Const (Mean, "Mean")
Should just be "Mean" in F#
@migueldeicaza I think it's already working with naming tensor/ op.

https://github.com/fsprojects/TensorFlow.FSharp/blob/d853018febd8820247e8e30a0a474ac3ebe728e7/tests/Training.fsx