PPPLDeepLearning / plasma-python

PPPL deep learning disruption prediction package
http://tigress-web.princeton.edu/~alexeys/docs-web/html/
79 stars 43 forks source link

Enforce data precision #16

Closed ASvyatkovskiy closed 7 years ago

ASvyatkovskiy commented 7 years ago

The main purpose of this PR is to continue work started in https://github.com/PPPLDeepLearning/plasma-python/pull/15 to enforce specific precision, and fully enable float16 training.

This PR focuses mostly on precision in data, which affects preprocessing, cutting, resampling, normalization, and loading of shots. It introduces explicit dtype parameters

In addition, TBA