Skip to content

Remove static behavior of numpy data in DataContainer

Problem:

  • When building dataset --> np data is build
  • If now ad tf / torch / pyg dataset is build and transformations are performed np data is not touched

Solution:

  • After building tf / torch / pyg dataset, DataContainer.np() should map tf / torch / pyg -> np