Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Is there any example provided for testing #24

Open
HydraZeng opened this issue Dec 9, 2019 · 4 comments
Open

Is there any example provided for testing #24

HydraZeng opened this issue Dec 9, 2019 · 4 comments

Comments

@HydraZeng
Copy link

Hi,

I am trying to test tf-trusted with some simple cases, but I don't know how to start. I find a logistic regression from tf-encrypted. I want to test more cases, like mnist with cnn. However, I don't know how to fill the arguments, e.g., input_name and output_name.

Any suggestion?

@justin1121
Copy link
Member

Hey there @HydraZeng,

In the README.md, there is a section about how to run a model found here. We don't have any better examples currently but if you're able to send your protobuf model file I could give you a hand choosing the right values for the input name and output name.

@HydraZeng
Copy link
Author

Thanks very much for your response.

If I want to run the mnist_model.pb in here, and the input is in here. What are the input name and output name.

@HydraZeng
Copy link
Author

I learn that it can be retrieved from netron, and I succeed in running the model I provide above. Thanks a lot

@aanand300
Copy link

I am trying to run the same model and input mentioned in the above comment. After analyzing mnist_model.pb from netron browser, I am setting input_name as 'Placeholder' and output_name as 'fc2/add'. Can anyone confirm whether this is correct?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants