rdevon / cortex

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

Adding optional inputs for routines. #75

Closed rdevon closed 6 years ago

rdevon commented 6 years ago

Inputs are normally required for routines. Added the ability to add optional inputs.

Cleaned up importing from built_ins.