question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Collection of nitpicks

See original GitHub issue

See 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 in logging 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", in DiffusionPipeline)
  • 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:closed
  • Created a year ago
  • Reactions:3
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vvvm23commented, Jun 16, 2022

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.

1reaction
vvvm23commented, Jun 16, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nitpicks - Collection | OpenSea
Entropy of stuff that really just occurs to oneself.
Read more >
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found