"src/diffusers/models/unet_2d_blocks_flax.py" did not exist on "8b0be9359667c794e77b4378f2c4736af9e2eda8"
- 28 Oct, 2021 1 commit
-
-
Jirka Borovec authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 04 Oct, 2021 1 commit
-
-
Philip Meier authored
* add ufmt as code formatter * cleanup * quote ufmt requirement * split imports into more groups * regenerate circleci config * fix CI * clarify local testing utils section * use ufmt pre-commit hook * split relative imports into local category * Revert "split relative imports into local category" This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51. * pin black and usort dependencies * fix local test utils detection * fix ufmt rev * add reference utils to local category * fix usort config * remove custom categories sorting * Run pre-commit without fixing flake8 * got a double import in merge Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 13 Aug, 2021 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 01 Mar, 2021 1 commit
-
-
Philip Meier authored
Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 20 Aug, 2020 1 commit
-
-
Harsh Rangwani authored
* Only pull keys from db in lsun for faster cache. This pull request inhances the speed of the cache creation for lsun dataset. For the "kitchen_train" the speed was getting slow with cache creation taking more then two hours. This speeds up to cache creation in within minutes. The issue was pulling the large image values each time and dropping them. For more details on this please refer this issue https://github.com/jnwatson/py-lmdb/issues/195. * Fixed bug in lsun.py when loading multiple categories * Make linter happy
-
- 03 Aug, 2020 1 commit
-
-
Philip Meier authored
-
- 01 Apr, 2020 1 commit
-
-
Philip Meier authored
-
- 31 Mar, 2020 2 commits
-
-
Philip Meier authored
* remove sys.version_info == 2 * remove sys.version_info < 3 * remove from __future__ imports
-
Philip Meier authored
* remove six from python code * remove six from setup.py * remove six from tests * remove six from references * remove six from packaging * revert str to torch._six._string_classes * revert str to torch._six._string_classes
-
- 04 Mar, 2020 1 commit
-
-
Tongzhou Wang authored
-
- 04 Dec, 2019 1 commit
-
-
Gerald Baier authored
The current link to the dataset is dead. The change links to the dataset's author's personal page, which describe the dataset and is also referenced at https://github.com/fyu/lsun.
-
- 07 Oct, 2019 1 commit
-
-
Adam J. Stewart authored
* Fix DeprecationWarning for collections.Iterable import * Simplify version comparison
-
- 26 Jul, 2019 2 commits
-
-
Philip Meier authored
* fix stl10 * fix lsun
-
Philip Meier authored
* introduced function to verify str arguments * flake8 * added FIXME to VOC * Fixed error message * added test for verify_str_arg * cleanup todos * added option for custom error message * fix VOC * fixed Caltech
-
- 19 Jul, 2019 1 commit
-
-
Philip Meier authored
* fixed call to the VisionDataset constructor * change call from keyword arguments to positional * changed order of arguments * removed transforms argument once again * Fixed call to constructor of parent class * fixed LSUN * fixed Caltech256
-
- 04 Apr, 2019 1 commit
-
-
Philip Meier authored
* introduced new super class for all vision datasets * Removed root from repr if dataset has no root * reverted some overly-ambitious autoformatting * reverted some overly-ambitious autoformatting * added split attribute to repr of STL10 dataset * made Python2 friendly and more robust * Fixed call of the superclass constructor * moved transform and target_transform back to the base classes * added check if transforms are present before printing to avoid setting them within the constructor * added missing transforms and target_transforms to base classes * fixed linter error
-
- 18 May, 2018 1 commit
-
-
Pithawat Vachiramon authored
-
- 04 Apr, 2018 1 commit
-
-
Iacopo Poli authored
Both conditional branches in `__init__` were executed, since `classes` for test becomes a list and `if` was used instead of `elif`.
-
- 23 Mar, 2018 1 commit
-
-
Jason Park authored
-
- 21 Mar, 2018 1 commit
-
-
Jason Park authored
* Fix uninitialized instance variables * Maintain consistency with other dataset classes * Fix double assignment * Fix initialization of self.classes
-
- 04 Jan, 2018 1 commit
-
-
Vishwak Srinivasan authored
* add __repr__ for datasets * fix lint
-
- 02 Jun, 2017 1 commit
-
-
Sasank Chilamkurthy authored
* Add documentation for transforms * document and remove unused imports in mnist.py * document lsun, mscoco datasets * rest of the datasets documented * Clean up the documentation in other functions * Add links for datasets * Add more documentation * pep8 fix
-
- 28 May, 2017 1 commit
-
-
Zhou Le authored
-
- 23 Mar, 2017 1 commit
-
-
soumith authored
-
- 18 Mar, 2017 1 commit
-
-
soumith authored
-
- 27 Feb, 2017 2 commits
-
-
Luke Yeager authored
-
Luke Yeager authored
git ls-files | grep '\.py$' | xargs -n1 -P`nproc` autopep8 -i
-
- 15 Dec, 2016 1 commit
-
-
Adam Lerer authored
-
- 19 Nov, 2016 2 commits
- 17 Nov, 2016 2 commits
- 10 Nov, 2016 3 commits