@@ -11,14 +11,14 @@ data with neural processes</p>
1111
1212-----------
1313
14- [ ![ release] ( https://img.shields.io/badge/release-v0.1.8 -green?logo=github )] ( https://github.com/tom-andersson/deepsensor/releases )
14+ [ ![ release] ( https://img.shields.io/badge/release-v0.1.9 -green?logo=github )] ( https://github.com/tom-andersson/deepsensor/releases )
1515![ Tests] ( https://github.com/tom-andersson/deepsensor/actions/workflows/tests.yml/badge.svg )
1616[ ![ Coverage Status] ( https://coveralls.io/repos/github/tom-andersson/deepsensor/badge.svg?branch=main )] ( https://coveralls.io/github/tom-andersson/deepsensor?branch=main )
1717[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
1818[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://github.com/tom-andersson/deepsensor/blob/main/LICENSE )
1919
20- ** NOTE** : This package is currently undergoing very active development . If you are interested in using
21- DeepSensor, please get in touch first (
[email protected] ).
20+ ** NOTE** : This package is a work in progress and breaking changes are likely . If you are interested
21+ in using DeepSensor, please get in touch first (
[email protected] ).
2222
2323For demonstrators, use cases, and videos showcasing the functionality of DeepSensor, check out the
2424[ DeepSensor Gallery] ( https://github.com/tom-andersson/deepsensor_gallery ) !
@@ -69,8 +69,8 @@ We can go from imports to predictions with a trained model in less than 30 lines
6969
7070``` python
7171import deepsensor.torch
72- from deepsensor.data.loader import TaskLoader
7372from deepsensor.data.processor import DataProcessor
73+ from deepsensor.data.loader import TaskLoader
7474from deepsensor.model.convnp import ConvNP
7575from deepsensor.train.train import train_epoch
7676
@@ -172,3 +172,6 @@ for more details.
172172If you use DeepSensor in your research, please consider citing this repository.
173173You can generate a BiBTeX entry by clicking the 'Cite this repository' button
174174on the top right of this page.
175+
176+ ## Acknowledgements
177+ DeepSensor is funded by [ The Alan Turing Institute] ( https://www.turing.ac.uk/ ) .
0 commit comments