We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to convert my tensorflow methods into latex code, and for that I was planning to use latexify.
If you have an idea about the solution you'd like, describe details about it. Here is the code for it:
import tensorflow as tf import latexify @latexify.function def min_max_layer(inputs): return tf.math.minimum(inputs[:, 0], inputs[:, 1]), tf.math.maximum(inputs[:, 0], inputs[:, 1]) min_max_layer
But it gives me LatexifyNotSupportedError: Unsupported AST: Slice
LatexifyNotSupportedError: Unsupported AST: Slice
No idea
No alternate idea
No context
The text was updated successfully, but these errors were encountered:
odashi
No branches or pull requests
Description
I was trying to convert my tensorflow methods into latex code, and for that I was planning to use latexify.
If you have an idea about the solution you'd like, describe details about it. Here is the code for it:
But it gives me
LatexifyNotSupportedError: Unsupported AST: Slice
Ideas of the solution
No idea
Alternative ideas
No alternate idea
Additional context
No context
The text was updated successfully, but these errors were encountered: