Results 312 comments of Kerry Jiang

Hello, @sdwfrost. The PATH should be replaced with the actual location of the assembly.

Good point. We also recommend you to use SciSharpCube: https://github.com/SciSharp/SciSharpCube

``` var str = "Hello, TensorFlow.NET!"; var hello = tf.constant(str); // Start tf session using(var sess = tf.Session()) { // Run the op return sess.run(hello); } ```

Did you install the ICSharpCore correctly? Could you show the output of the command "jupyter kernelspec list"? I tried in my local (Mac OS) just now and it works. Could...

Try this docker image: https://cloud.docker.com/u/scisharpstack/repository/docker/scisharpstack/scisharpcube scisharpstack/scisharpcube:0.1

Should we inject logger somewhere?

@Oceania2018 was that message written to the console by tensorflow.dll?

Which version do you use?