DeepCGH icon indicating copy to clipboard operation
DeepCGH copied to clipboard

A Python/TensorFlow implementation of DeepCGH, a framework for unsupervised deep learning-based computer-generated holography.

Results 2 DeepCGH issues
Sort by recently updated
recently updated
newest added

I've been trying to run your demo code `demo_deepcgh.py` with: Spyder IDE (Win 10) - python 3.9 environment tensorflow 2.10.0 CUDA 11.8 cuDNN 9.0.0 The data and model get generated...

model parameter quantization is missing in tutorial code. Please add. --------------------------------------------------------------------------- KeyError Traceback (most recent call last) Input In [6], in () ----> 1 dcgh = DeepCGH(data, model) File D:\Git\DeepCGH\deepcgh.py:763,...