Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expect publishing which based tensorflow framework #14

Closed
berli opened this issue Feb 27, 2019 · 1 comment
Closed

expect publishing which based tensorflow framework #14

berli opened this issue Feb 27, 2019 · 1 comment

Comments

@berli
Copy link

berli commented Feb 27, 2019

No description provided.

@ZhaoJ9014
Copy link
Owner

Thank you for your suggestion. Assigning and building graphs on PyTorch follows a dynamic computation graphical approach. Users who are familiar with mathematical libraries in Python will find it easy, since one does not have to scratch their head to build the graphs. You can directly write the input and output functions the way you want, without worrying about dimensional tensors. With the CUDA support, this makes much easier and more flexible for researchers/engineers to develop high-performance deep face recognition models and algorithms quickly for practical use and deployment. Whereas in TensorFlow, one has to work on building the dimensions of the tensor (graph) as well as assigning the placeholders for the variables. Once this is completed, a session has to be run in order to work out all the computations. However, we will still consider it:)

@clhne clhne mentioned this issue Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants