Simplified interface for doing Deep Learning in TensorFlow (mimicking Scikit Learn)
@rxng8 Most issues seem intimidating at first but after spending time carefully reading through the issue as well as the source code related to the issue you will get a better understanding of the problem at hand. Most people give up immediately after looking at a hard question. The key is persistence! Try to filter out issues that are beyond your understanding.
The best place to start is by solving documentation issues!
tf.image
For all contributors who are struggling, here is my thought, hope it help !
TensorFlow are huge, doing a PR for Tensorflow takes a lot of time and effort. Things like import/copybara
, feedback/copybara
and internal stuffs make TensorFlow not really friendly for external contributors. However, TensorFlow still has 93 other repositories ! Many repositories ( e.g https://github.com/tensorflow/io ) are fully external and their codebase are much smaller compared to TensorFlow. Contributions to these repositories are still counted as contributions to TensorFlow. Many GSoC projects in the past years were mainly targeted these repos.
Just discover a bit more and you will find !