26b8e58826ae4a450bcc768ced8f59329587fbf2,mnist-cnn.py,,,#,73
Before Change
dot="false", y_axis_id="acc_axis")
return self._print.chart(epoch_chart)
with Notebook(save=True, local=False) as print:
print.header("MNIST CNN", level=1)
(x_train, y_train), (x_test, y_test) = mnist.load_data()
After Change
dot="false", y_axis_id="acc_axis")
return self._print.chart(epoch_chart)
with Notebook() as print:
print.header("MNIST CNN", level=1)
(x_train, y_train), (x_test, y_test) = mnist.load_data()
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 2
Instances
Project Name: streamlit/streamlit
Commit Name: 26b8e58826ae4a450bcc768ced8f59329587fbf2
Time: 2018-03-18
Author: adrien.g.treuille@gmail.com
File Name: mnist-cnn.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 11e15eae3226c6040e47a7e3132756ec7b53933b
Time: 2018-03-12
Author: adrien.g.treuille@gmail.com
File Name: mnist-cnn.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 32997f84afbcdd82b711ca0557fb0f4b99435350
Time: 2018-03-19
Author: adrien.g.treuille@gmail.com
File Name: examples/mnist-cnn.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: c08378840b012c9f8d4883fcd08e64c6fd3e2dfa
Time: 2018-03-18
Author: adrien.g.treuille@gmail.com
File Name: mnist-cnn.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: fde7186089811bfc1e8b13600027d63979678e3a
Time: 2018-03-10
Author: adrien.g.treuille@gmail.com
File Name: mnist-cnn.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 02f8dfb24032a3acfb6ecbd8c64c8457ca19009b
Time: 2018-03-19
Author: adrien.g.treuille@gmail.com
File Name: examples/mnist-cnn.py
Class Name:
Method Name: