Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab39 committed Mar 13, 2024
2 parents 47f296c + 4c15e03 commit fdb3886
Show file tree
Hide file tree
Showing 50 changed files with 663 additions and 402 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ tutorials/images/utils/sam_vit_h_4b8939.pth
tutorials/images/understanding_continuous_canonicalization.ipynb
tutorials/images/understanding_discrete_canonicalization_old.ipynb
old_conda_env.yaml
conda_env_from_history.yaml

# pyenv
.python-version
Expand Down Expand Up @@ -112,11 +113,10 @@ dmypy.json
# Ignore scripts to run experiments in mila
mila_scripts/

escnn
*__pycache__/
rotmnist_sweep_output/
cifar10_sweep_output/
*_output/
wandb/
*.png

# Docs
docs/api/
Expand Down
6 changes: 0 additions & 6 deletions .mypy.ini

This file was deleted.

8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ repos:
--remove-all-unused-imports,
]

# - repo: https://github.com/PyCQA/isort
# rev: 5.13.2
# hooks:
# - id: isort
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 24.2.0
Expand Down
3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Contributors

* Arnab Mondal [arnab.mondal@mila.quebec](mailto:arnab.mondal@mila.quebec)s
* Arnab Mondal [arnab.mondal@mila.quebec](mailto:arnab.mondal@mila.quebec)
* Siba Smarak Panigrahi [siba-smarak.panigrahi@mila.quebec](mailto:siba-smarak.panigrahi@mila.quebec)
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@ If you find this library or the associated papers useful, please cite the follow
}
```

# Contributing

This repository is a work in progress. We are actively working on improving the codebase and adding more features. If you are interested in contributing, please raise an issue or submit a pull request. We will be happy to help you get started.

# Contact

For questions related to this code, please raise an issue and you can mail us at:
Expand All @@ -195,7 +191,7 @@ For questions related to this code, please raise an issue and you can mail us at

You can check out the [contributor's guide](CONTRIBUTING.md).

This project uses `pre-commit`_, you can install it before making any
This project uses `pre-commit`, you can install it before making any
changes::

pip install pre-commit
Expand Down
Loading

0 comments on commit fdb3886

Please sign in to comment.