De-Singleton Model Loading #8
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Total time spent: 56 minutes 48 seconds
Due date
leon-adsk
56 minutes 48 seconds
No due date set.
Blocks
#5 Threshold Algorithms
leon-adsk/http-anomaly-detection
#9 Flags
leon-adsk/http-anomaly-detection
Reference
leon-adsk/http-anomaly-detection#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Return the loadedModel struct instead of keeping a globally loaded one. Make a model interface with
infer(),load()anddestroy().Autoencoderwill implement this and have aloadedModelfield.main.go is now broken, needs to be adapted for new non-singleton structure
needs testing