UNPKG

node-efficientnet

Version:

Implementation of efficientNet model in nodejs

7 lines (6 loc) 245 B
import { EfficientNetCheckPoint } from "./EfficientNetCheckPoint"; export default class ModelResourcesProvider { private static downloadUri; private static download; static get(checkPoint: EfficientNetCheckPoint): Promise<string>; }