nodefluxio / vortex

A Deep Learning Model Development Framework for Computer Vision
27 stars 6 forks source link

Refactor model registration #35

Closed alifahrri closed 4 years ago

alifahrri commented 4 years ago

Type of changes

Please check the type of change your PR introduces:

What is the current behavior?

Related issues :

What is the new behavior?

Checklist

alphinside commented 4 years ago

@alifahrri when trying to validate and predict the example external model, found the following issues :

AttributeError: 'AlexNet' object has no attribute 'task'

alifahrri commented 4 years ago

@alifahrri when trying to validate and predict the example external model, found the following issues :

AttributeError: 'AlexNet' object has no attribute 'task'

fixed @alphinside