load_url#
- deepinv.utils.load_url(url, **kwargs)[source]#
Load URL to a buffer.
This can be used as the argument for other IO functions such as
deepinv.utils.load_torch(),deepinv.utils.load_np()etc. to load data directly from a URL.
Load URL to a buffer.
This can be used as the argument for other IO functions such as
deepinv.utils.load_torch(), deepinv.utils.load_np() etc.
to load data directly from a URL.
load_url:#