bhack
bhack
We have an example of API ownership at: https://pytorch.org/docs/stable/community/persons_of_interest.html
Can you try to add a new test to cover this case?
Ok /cc @seanpmorgan what do you think?
What Is the status of this?
It would be really useful if we could revamp and approve this RFC.
As this is very, very, very important, I hope we could still keep track of this somewhere if we close this one. /cc @theadactyl
You can check https://github.com/xuxingya/tf2crf I don't know if @xuxingya Is interested to contribute here.
Yes with free/eval Codespaces the disk space Is limited but the main issues are: https://github.com/tensorflow/addons/pull/2598#issuecomment-969821170 And https://github.com/tensorflow/addons/pull/2515 https://discuss.tensorflow.org/t/adopting-open-source-dockerfiles-for-official-tf-nightly-ci/6050/4 /cc @seanpmorgan
The point is to have the same developer container as the one we are using in the CI so that we are almost on the same page when we develop...
We could separate latest-cpu and latest-gpu docker images. If you see the image type was already an arg controlled by `.devcontainer`: https://github.com/tensorflow/addons/blob/41eaa27d49025c02bfe9520d5e63e1f01a782ddf/.devcontainer/Dockerfile#L1 The problem is that the image on our...