Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Adam J. Stewart 6a5aaf4b93
Prettier: prefer single quotes (#2280)
* rettier: prefer single quotes

* Move lockfile to root directory

* Use single quotes in config files
2024-09-17 11:36:10 +02:00
Tarandeep Singh 6ae0d78448
Added functionality for validation split (#1540)
* added functionality for validation split

* Changed "valid" to "val"

* updated docstring & removed redundant lists

* Fixed format with Linters

* Add more testing files

* Simplify regex

* Update datamodule to use new val split

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-09-29 11:02:19 -05:00
Adam J. Stewart 984e222790
Add command line script (#1559)
* Add command line script

* Label PRs correctly

* Flake8 fix

* Add callbacks

* Update all conf files

* Enforce class of model/data

* Update BYOL tests

* Update all tests

* Use default num workers: 0

* Variable interpolation only supported by omegaconf backend

* Fix regression tests

* Ensure that jsonargparse is installed during testing

* Bump minimimum lightning version

* Workaround for lightning/jsonargparse bugs

* Ignore Python 3.9 warning message

* Add test coverage for __main__.py

* Increase coverage of PixelwiseRegressionTask

* jsonargparse bug fixed in latest release

* Revert "jsonargparse bug fixed in latest release"

This reverts commit 4f38cdfca3.

* Use default logging frequency

* Ensure that metrics are actually logged

* Fix ObjectDetectionTask logging

* Ignore type errors

* Not all need to be ignored
2023-09-27 10:11:52 -07:00