-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/json #67
Features/json #67
Conversation
…interface. * Removed template of basedb, only store mechanism now is templated. * In this version db interfaces can be initialized only by environment * misses support to use the json declared models
…stract models and associate domain function pointers with the said ml models. * Initial support for registering ml-models through JSON files * Initial support for querrying the models from application side * Extended tests
…rough a defined model/domain problem
@ggeorgakoudis can we update our images to include nlohmann/json. AFAIK there is the nlohmann-json spack package. |
Yes, certainly, there is a package. I'll ping when they're uploaded. |
Coming back to it: import sys
import torch
from pathlib import Path
import pandas as pd
import h5py
import numpy as np Following up on our verbal discussion. These are the packages we use to verify tests. I am not sure about h5py and pandas. Can you ensure the inclusion of those in the new image, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a minor comment to address optionally
No description provided.