How to convert one incoming example into a valid Avalanche-Mini-Dataset #542
-
I am working on a program that compares different CL-Strategies on a specific problem. I already have an infrastructure and can compare multiple approaches. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello,
"/path/to/img1.txt" is a file containing the path of one image. |
Beta Was this translation helpful? Give feedback.
Hello,
I think you can do it with something like this (I don't know if it' the best way though):
"/path/to/img1.txt" is a file containing the path of one image.
"/path/to/batch1.txt" is a file containing paths of many images used for evaluatio…