rdevon / cortex

A machine learning library for PyTorch
BSD 3-Clause "New" or "Revised" License
92 stars 25 forks source link

`cortex.run()` function #122

Closed rdevon closed 6 years ago

rdevon commented 6 years ago

Cortex needs a function that can be used in a script so that the model can be a file rather than a model name registered in cortex.

For example: cortex <path_to_file>.py -<arguments> would have the same function as if the model was registered.

rdevon commented 6 years ago

This is done in #140