Is your feature request related to a problem? Please describe.
Today PINA uses different type of batching depending on the data type. Since 0.3 the __get_item__ method has been moved to Condition which opens up the possibility to batch only indeces and grep the data from the condition.
Is your feature request related to a problem? Please describe.
Today PINA uses different type of batching depending on the data type. Since
0.3the__get_item__method has been moved toConditionwhich opens up the possibility to batch only indeces and grep the data from the condition.