Skip to content

Instantly share code, notes, and snippets.

@Avsecz
Created August 16, 2018 22:03
Show Gist options
  • Save Avsecz/eae6e208641852552685644a2de514d3 to your computer and use it in GitHub Desktop.
Save Avsecz/eae6e208641852552685644a2de514d3 to your computer and use it in GitHub Desktop.
library(reticulate)
kipoi <- import('kipoi')
model <- kipoi$get_model('Basset')
model$predict_on_batch(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment