-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bonus tf.data Assignment #9
Comments
Can we directly use the '.values' parameter after string_split? |
@mehak126 I think you would need to convert the characters tensor to a dense tensor. But please do, give .values formulation a try too. There are many correct ways to do one thing in tensorflow! |
What are the submission instructions for this assignment? Mail to the TAs? |
Yes, Vineet Sir has mentioned it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed in class, here is the bonus tf.data assignment Due Date: 14 Sep, 02 PM
Please email the notebook file(which show cell outputs) to TAs
For each sentence, return a a tuple with two entries
This is how sample output should look like for a batch size of 2:
Hints:
The text was updated successfully, but these errors were encountered: