| 241 | } |
| 242 | |
| 243 | export class FashionMnistDataset extends MnistDataset { |
| 244 | getBaseUrlAndFilePaths() { |
| 245 | return { |
| 246 | baseUrl: 'http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/', |
nothing calls this directly
no outgoing calls
no test coverage detected