Skip to content

0.1.0

Compare
Choose a tag to compare
@creafz creafz released this 17 Nov 15:38
· 12 commits to master since this release
  • Major internal refactoring to follow best practices for Hydra configs.
  • autoalbument-create will now ask for confirmation to overwrite a file if it already exists.
  • The default way of configuring PyTorch Dataset in search.yaml is changed from the dataset_file parameter (which required a path to a Python file with the dataset) to the dataset parameter (which requires a Python class located within PYTHONPATH). The previous option of providing a dataset filepath is also supported.