dfalbel / capsnet

CapsNet implementation in keras for R
Other
12 stars 3 forks source link

unable to create capsnet_function #1

Closed vijaykumarnadal closed 6 years ago

vijaykumarnadal commented 6 years ago

hi,when i try to run the demo.r script i get the following error

Error in create_capsnet(input_shape = c(28, 28, 1), n_class = 10L, num_routing = 3L) : could not find function "create_capsnet"

can you help me to fix the error

dfalbel commented 6 years ago

Hi!

Sorry the package is still a work in progress. The code in demo wasn't the intended API :( I just exported the create_capsnet function and it should work now. You will need to re-install the package.

vijaykumarnadal commented 6 years ago

thank you