Hey @seanpmorgan @bhack,
As I was going through the "TensorFlow Project Ideas" document for google summer of code when I noticed that TF Addons was listed under the propose your own idea section.
I was wondering what projects/tasks I could propose that would be beneficial for TFAddons. I would love to hear your suggestions on possible projects that I could work on. I remember @seanpmorgan talking about custom ops during the last SIG meeting and how it could be an interesting task for a university student which fits my interests.
So far I have only made minor changes/fixes, however, I would be more than happy to tackle a challenging task :)
Last year I've applied for GSOC but I didn't hear anything from TF team . It was written that kindly mail your drafted proposal so that we can assign you the Mentor to refine your proposal. But unluckily I've mailed them but I didn't got any reply. So, this year I want to discuss about my project Ideas with mentor. So that I'll include only those things which are relevant to TF ecosystem.
You can try to post in https://groups.google.com/a/tensorflow.org/g/developers
@seanpmorgan It will be great if we have a list of checks(all possible CI checks) with required package versions used in CI available in the repo for development purpose.
This will reduce the commit counts.
Eg.
black --check addons
flake8 addons
I am not sure whether it is already in place or not. :-)
Exception ignored in: <function Pool.__del__ at 0x7ff3c3540040>
Traceback (most recent call last):
File "/home/x000ff4/anaconda3/lib/python3.8/multiprocessing/pool.py", line 268, in __del__
self._change_notifier.put(None)
File "/home/x000ff4/anaconda3/lib/python3.8/multiprocessing/queues.py", line 368, in put
self._writer.send_bytes(obj)
File "/home/x000ff4/anaconda3/lib/python3.8/multiprocessing/connection.py", line 200, in send_bytes
self._send_bytes(m[offset:offset + size])
File "/home/x000ff4/anaconda3/lib/python3.8/multiprocessing/connection.py", line 411, in _send_bytes
self._send(header + buf)
File "/home/x000ff4/anaconda3/lib/python3.8/multiprocessing/connection.py", line 368, in _send
n = write(self._handle, buf)
OSError: [Errno 9] Bad file descriptor
Exception ignored in: <function Pool.__del__ at 0x7ff3c3540040>
Traceback (most recent call last):
File "/home/x000ff4/anaconda3/lib/python3.8/multiprocessing/pool.py", line 268, in __del__
self._change_notifier.put(None)
File "/home/x000ff4/anaconda3/lib/python3.8/multiprocessing/queues.py", line 368, in put
self._writer.send_bytes(obj)
File "/home/x000ff4/anaconda3/lib/python3.8/multiprocessing/connection.py", line 200, in send_bytes
self._send_bytes(m[offset:offset + size])
File "/home/x000ff4/anaconda3/lib/python3.8/multiprocessing/connection.py", line 411, in _send_bytes
self._send(header + buf)
File "/home/x000ff4/anaconda3/lib/python3.8/multiprocessing/connection.py", line 368, in _send
n = write(self._handle, buf)
OSError: [Errno 9] Bad file descriptor