Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pinned
37 contributions in the last year
Contribution activity
January 2020
- baituhuangyu/docs-1 Jupyter Notebook
Created a pull request in tensorflow/docs that received 5 comments
fix padded_batch(BATCH_SIZE)
train_data.padded_batch(BATCH_SIZE) -> train_data.padded_batch(BATCH_SIZE, padded_shapes=([-1], [])) test_data.padded_batch(BATCH_SIZE) -> test_dat…
+2
−2
•
5
comments

