Collection of nitpicks
See original GitHub issueSee below for a small collection of nitpicks; I suppose those will be adressed before the first release, but wanted to write them down somewhere:
- Documentation seems to be in a different format so will need to be refactored to work with the
doc-builder
- The
logging
class still has mentions to🤗 Transformers
- You have some
tqdm
instances in schedulers, but they’re not using the utility defined inlogging
in order to toggle bars on and off - Some copyrights have wrong attribution (e.g.,
configuration_utils
which mentions NVIDIA) - In some places you define a global variable for configuratio name (e.g.,
SCHEDULER_CONFIG_NAME = "scheduler_config.json"
), in other places you define them as a string (config_name = "model_index.json"
, inDiffusionPipeline
) - We have some conventions in
transformers
that IMO make sense for this library as well, wondering if it is an oversight or a decision to do differently. Those that I can see are: single letter variables, message-less asserts - The
register_modules
doesn’t seem to play well with code completion tools - The CLIP model is entirely copy/pasted from
transformers
, is the goal to upstream the change at some point or to keep it separate in that repo?
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Acquiring a Random Magic Collection: How much value can ...
We have an old magic collection and we're delving inside to see what ... to buy cards: http://bit.ly/NitpickingNerdsTCG The Nitpicking Nerds ...
Read more >THE FINAL NITPICK - YouTube
The final nitpick ! I've been asked by the higher-ups to.... stop.Who are the higher-ups? I can't say for sure, but know this....
Read more >Minor collection nitpicks - Bitbucket
Minor collection nitpicks. Pierre-Etienne Poirot. Branch: issue/REST-302. issue/REST-302. Branch: master. master. Declined.
Read more >Nitpicks - HaskellWiki
This page is for people to record nitpicks about the Haskell language. ... List.nub and other "Set" operations should be restricted to Ord ......
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 yes, would be interested, feel free to tag me when that happens~ I don’t have much experience with continuous diffusion and contributing to big projects, but fairly good at pytorch in general.
Made a small pull request to fix the logging class issues. Not a huge contribution, just wanted to get my feet wet with contributing 🙂
It does change the environmental variables too, but I think this shouldn’t have any effects elsewhere - I checked for other occurrences of the variables using ripgrep