supports_gradient: Check if model supports gradient evaluation.
Description
Check if model supports gradient evaluation.
Usage
supports_gradient(url, name)
Value
TRUE if model supports gradient evaluation, FALSE otherwise.
Arguments
- url
URL the model is running at.
- name
Name of the desired model.