stanford
Here are 267 public repositories matching this topic...
According to https://www.weld.rs/grizzly/ the command to get started is $ pip install grizzly however this doesn't seem to be correct. The grizzly package on PyPi is some sort of USB driver.
I believe the documentation should be: pip install pygrizzly but that is failing for me, too
-
Updated
May 27, 2020 - HTML
-
Updated
May 21, 2020 - Swift
-
Updated
Jun 28, 2017 - C++
-
Updated
May 11, 2017 - Swift
-
Updated
Jan 14, 2020 - Jupyter Notebook
-
Updated
Mar 10, 2019 - Swift
Concat order issue?
Nice work!
The version of implementation can reach 22+ BLUE score. However, my implementation have only 0.16+ BLUE score on test dataset. Comparing with your work, I found changing the concatenation torch.cat((Y_t, o_pre), dim=1) to torch.cat((o_pre, Y_t), dim=1) can only reach 0.16+ BLUE score.
B.W.T. chaging the concatenating order between dec_hidden and a_t in step function also
-
Updated
Jul 20, 2018 - Jupyter Notebook
-
Updated
May 22, 2020 - JavaScript
-
Updated
Mar 31, 2020 - Python
-
Updated
Feb 3, 2017 - Jupyter Notebook
-
Updated
Dec 24, 2019 - Java
-
Updated
Apr 4, 2019 - JavaScript
-
Updated
Mar 24, 2020 - JavaScript
-
Updated
Mar 19, 2020 - Python
SUTime functionality
-
Updated
Jan 8, 2019 - Jupyter Notebook
-
Updated
Sep 10, 2018 - Jupyter Notebook
-
Updated
Jun 9, 2017
-
Updated
Mar 30, 2020 - Python
-
Updated
Aug 24, 2019 - Python
-
Updated
Aug 30, 2015
-
Updated
Aug 15, 2018 - Jupyter Notebook
-
Updated
Nov 23, 2016 - Python
-
Updated
Mar 9, 2018
Improve this page
Add a description, image, and links to the stanford topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stanford topic, visit your repo's landing page and select "manage topics."
Looping the process of writing images into the .tfrecords-file works fine, but how do I read multiple images from a .tfrecords-file?
Is there any simple solution? would be great if added to the code.