View Source OnnxInterp.URL (onnx_interp v0.1.11)

Summary

Functions

Download and process data from url.

Download and save the file from url.

Functions

Download and process data from url.

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

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