Skip to content

sgh14/deep-quantum-sensing

Repository files navigation

Deep Quantum Sensing

Deep learning to make predictions from quantum sensor measurements (simulated with this repository).

Set up

$ conda env create -f environment.yml

To use W&B, first it is necessary to run

$ wandb login

Additionally, plotting the model arquitecture requieres the installation of graphviz. Otherwise, this installation is not necessary.

Usage

Define the dataset, model and training configuration using a configuration YAML file and run

$ python main.py -c [config_file]

An example of a configuration file for each possible type of model is included in the folder config_files.

Releases

No releases published

Packages

No packages published

Languages