fsharp-ai-tools icon indicating copy to clipboard operation
fsharp-ai-tools copied to clipboard

Would be nice to automatically annotate variables and operations

Open migueldeicaza opened this issue 6 years ago • 1 comments

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 avatar Mar 08 '19 17:03 migueldeicaza

@migueldeicaza I think it's already working with naming tensor/ op.

image

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

Oceania2018 avatar Jun 09 '19 18:06 Oceania2018