(self)
| 178 | return int(np.sqrt(self.IMG_SIZE*3)) |
| 179 | |
| 180 | def getImagesCount(self): |
| 181 | return self.IMAGES_PER_FILE*self.FILES_AMOUNT |
| 182 | |
| 183 | def getTrainedCount(self): |
| 184 | count = 0 |
nothing calls this directly
no outgoing calls
no test coverage detected