NervanaSystems / neon

Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
http://neon.nervanasys.com/docs/latest
Apache License 2.0
3.87k stars 811 forks source link

Where is the ncloud source code located at? #435

Closed pantherso48 closed 6 years ago

pantherso48 commented 6 years ago

Hello,

I am looking at how to use the Python client to run my model on ncloud but am having trouble finding the source code mentioned in the documentation located here: http://doc.cloud.nervanasys.com/docs/latest/rest_api.html#python-client

The question is where can I find the source code for ncloud to use the libraries like commands to run my model in a notebook.

Please let me know, thanks!

pantherso48 commented 6 years ago

from ncloud import config, commands from ncloud.commands import model from ncloud.commands.model import Train import inspect

c = config.Config()

print(model.deploy.call(c))

inspect.getsourcelines(Train)

This is the solution I used to look into the source code while the documentation is being updated, hope this helps anyone out that needs it!