Skip to content

Fixing `chunk_size` issue in preprocessing for `--to_records`

Alexander Froch requested to merge alfroch-master-patch-04630 into master

This MR fixes a problem with the chunk_size for the conversion to tfrecords. When using the scientific notation as 1e5, the value loaded from the config is a float. So the check fails if it is an integer or not. This should fix this.

Merge request reports