View Source OnnxInterp.URL (onnx_interp v0.1.10)

Link to this section Summary

Functions

Download and process data from url.

Download and save the file from url.

Link to this section Functions

Download and process data from url.

parameters

Parameters

  • url - download site url
  • func - function to process downloaded data
Link to this function

download(url, path \\ "./", name \\ nil)

View Source

Download and save the file from url.

parameters

Parameters

  • url - download site url
  • path - distination path of downloaded file
  • name - name for the downloaded file