Open Oceania2018 opened 5 years ago
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);
}
It works.
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 you tell me your environment?
@noobwu It's a good place to start with a docker container. Try out SciSharpCube.
Try this docker image: https://cloud.docker.com/u/scisharpstack/repository/docker/scisharpstack/scisharpcube scisharpstack/scisharpcube:0.1
It is installed correctly
But it fails with static tf.
Write a sample project to show developers how to use ICSharpCore.
https://github.com/SciSharp/TensorFlow.NET/blob/master/test/TensorFlowNET.Examples/HelloWorld.cs