Skip to content

Commit

Permalink
Add support for MetricCollection
Browse files Browse the repository at this point in the history
The `metric` argument of `PointLit` now expects a `MetricCollection`
instance as argument, enabling users to log more than one metric.

Additional changes:
* Remove anything related to `TensorBoardLogger` in `PointLit`
* Simplify code for logging and monitoring metrics
* Update docs accordingly
  • Loading branch information
adosar committed Jul 31, 2024
1 parent 159b1f6 commit fdaa8ce
Show file tree
Hide file tree
Showing 35 changed files with 130 additions and 8,974 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Added by me
docs/source/auto_examples

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</h1>

<p align="center">
<img src="https://readme-typing-svg.demolab.com?font=Roboto+Slab&weight=700&duration=3000&pause=1000&color=FFFFFF&background=000000&center=true&vCenter=true&height=40&lines=%F0%9F%9A%80+Simple%2C+easy+to+use+and+reproduce;%F0%9F%94%A5+Supports+Pytorch;%E2%9A%A1+Supports+Pytorch+Lightning;%F0%9F%8E%89+A+.yaml+is+all+you+need!" />
<img src="https://readme-typing-svg.demolab.com?font=Roboto+Slab&weight=700&duration=3000&pause=1000&color=FFFFFF&background=000000&center=true&vCenter=true&height=40&lines=%F0%9F%9A%80+Simple%2C+easy+to+use+and+reproduce;%F0%9F%94%A5+Supports+PyTorch;%E2%9A%A1+Supports+PyTorch+Lightning;%F0%9F%8E%89+A+.yaml+is+all+you+need!" />
</p>

<h4 align="center">
Expand Down Expand Up @@ -65,10 +65,24 @@ Here is a summary of what you can do from the command line:
```
Currently, only [PointNet](https://arxiv.org/abs/1612.00593) is supported.

## 📰 Citing AIdsorb
## 📰 Citing
If you use AIdsorb in your research, please consider citing the following work:

Currently, not available.

## 📰 Contributing

We welcome contributions from the community to help improve and expand this
project! You can start by 🛠️ [opening an issue](https://github.com/adosar/aidsorb/issues) for:

* 🐛 Reporting bugs
* 🌟 Suggesting new features
* 📚 Improving documentation
* 🎨 Adding your example to the Gallery

We appreciate your efforts to submit well-documented 🔃 [pull
requests](https://github.com/adosar/aidsorb/pulls) and participate in
discussions. 💪 Together, we can make this project even better!

## 📑 License
AIdosrb is released under the [GNU General Public License v3.0 only](https://spdx.org/licenses/GPL-3.0-only.html).
Binary file removed docs/source/auto_examples/auto_examples_jupyter.zip
Binary file not shown.
Binary file removed docs/source/auto_examples/auto_examples_python.zip
Binary file not shown.
7 changes: 0 additions & 7 deletions docs/source/auto_examples/images/sphx_glr_plot_pcd_001.html

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions docs/source/auto_examples/images/sphx_glr_plot_pcd_002.html

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
79 changes: 0 additions & 79 deletions docs/source/auto_examples/index.rst

This file was deleted.

97 changes: 0 additions & 97 deletions docs/source/auto_examples/plot_pcd.ipynb

This file was deleted.

45 changes: 0 additions & 45 deletions docs/source/auto_examples/plot_pcd.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/auto_examples/plot_pcd.py.md5

This file was deleted.

Loading

0 comments on commit fdaa8ce

Please sign in to comment.