This repository contain daily basis project assigned to the AI Intern
12-07-2023 Covered Topics Description
->Class docstring ->Function docstring
->Return statement ->If the function return nothing then it will return special datatpe none ->Return sttement cannot be used outside the function
->Using tuple -> Using List -> Using Class object -> Using dictionary
A standard library which is used to add typing hints or annotations for python data types or method return types) ->Union (Is used to return the multiple type) -> Optional (Is used to return the Optional value) -> Type (Is used to give any type of data) -> Dict, List, Set, Tuple
To check the correctness of our code if we have given a function return type in annotation as str and it return int value then mypy will show type checking error
Task Print a code string each line with a number Review the paper from Papers with code Title: Denoising when Learning to Compress Images Image To Text Hugging face model(microsoft/git-base-coco) review and practice