Bender209

Results 6 comments of Bender209

When will the save be fixed? What is the point of this project if you cant save a model?

Have you tried it with a GPU? Notice this code: public Operation save(Tensor file_prefix, CheckpointOptions? options= null) { if(options is null) { options = new CheckpointOptions(); } ****_tf.device("CPU"); // may...

It appears we are both trying to save a model with GPU. We both are getting the same exception. Based on the stack trace: at Tensorflow.Checkpoint.MultiDeviceSaver.save(Tensor file_prefix, CheckpointOptions options) at...

Thank you I am looking forward to it.

Thank you I am now able to save models.