Lionberg
Results
1
comments of
Lionberg
The same issue with simple console app example: ``` class Program { static void Main(string[] args) { var hello = tf.constant("Hello, TensorFlow!"); Console.WriteLine(hello); } } ``` Installed packs: ``` ```...