ncasale / rs-rnn-bot

A computer-vision aided bot implemented using recurrent neural networks
0 stars 0 forks source link

Removal of Jupyter Notebook File #5

Open JStavy opened 6 years ago

JStavy commented 6 years ago

At this point, it doesn't make sense to retain both Jupyter Notebook and .py versions of the script. While it made sense from a testing/modeling perspective, as we add outside libraries such as Tensorflow and Keras, it makes sense to deprecate the Jupyter notebook and transition fully into python files.

ncasale commented 6 years ago

Sounds good to me. We'll just have to ensure that we put in place logic that avoids pulling data we already have when running the scripts. That's easy enough