Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions computer_vision/vision_transformer.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def vision_transformer_demo():
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As there is no test file in this pull request nor any test function or class in the file computer_vision/vision_transformer.py, please provide doctest for the function vision_transformer_demo

Please provide return type hint for the function: vision_transformer_demo. If the function does not return a value, please provide the type hint as: def function() -> None:

print("Vision Transformer running...")