Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCSTRING] [Wip] Fix docstring DPT-Model #26656

Closed

Conversation

AVAniketh0905
Copy link
Contributor

@AVAniketh0905 AVAniketh0905 commented Oct 7, 2023

What does this PR do?

Address #26638

HELP NEEDED!

Description

I have followed the guide to contributing for #26638 , but couldn't generate anything using

python3 utils/check_docstrings.py --fix_and_overwrite.

The output,

2023-10-07 12:47:24.603397: E tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:9342] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2023-10-07 12:47:24.603448: E tensorflow/compiler/xla/stream_executor/cuda/cuda_fft.cc:609] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
2023-10-07 12:47:24.603485: E tensorflow/compiler/xla/stream_executor/cuda/cuda_blas.cc:1518] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
2023-10-07 12:47:25.616995: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT

A similar issue: Tensorflow

The docstring did not miss anything thus i have removed DPTModel from
utils/check_docstrings.py > OBJECTS_TO_IGNORE.

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review?

@ydshieh

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@AVAniketh0905 AVAniketh0905 changed the title [DOCSTRING] Fix DPT-Model [DOCSTRING] [Wip] Fix docstring DPT-Model Oct 7, 2023
@AVAniketh0905 AVAniketh0905 deleted the docstring-dptmodel branch October 8, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant