Minor code format issue in PatchEmbeddingBlock
See original GitHub issueDescribe the bug
If running /black
, the change in the newly added PatchEmbeddingBlock will cause CI error.
https://github.com/Project-MONAI/MONAI/blob/dev/monai/networks/blocks/patchembedding.py
And there are also some other potential issues about the input args.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Minor code formatting problem when placed after a bulleted list
If you put a block of code after a bullet point it doesn't get formatted properly unless there's an intervening line of normal...
Read more >Source code for monai.networks.blocks.patchembedding
Module): """ A patch embedding block, based on: "Dosovitskiy et al., An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale...
Read more >Minor error codes - IBM
Minor error codes are encoded by the authorization API with a table of known message catalog prefixes.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @ahatamiz ,
Let’s close this ticket for now. I will revisit all the related code to double confirm it, will reopen the ticket and submit PR if found any other issues.
Thanks for your review!
Hi @Nic-Ma
Sure. Thank you for tracking down the issue on the PatchEmbeddingBlock. We can certainly revisit again.