Details about recent commits and eventual upgrade plan #9
abhiprd2000
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@TasfinMahmud , As per in the email, here are teh details of the changes I made to integrate your PRs into the codebase:
cnsd/physics/providers/).Bearings are one provider; added a
SpectralProvideras the universalzero-knowledge fallback so CNSD runs on any machine, not just bearings.
cnsd/builder.pyturns the configinto a provider + taxonomy;
domain.typeselects the provider,physics.parametersparameterizes it. The config/API layer you built is whatmade this merge clean.
load_dataset(); the engineno longer has any dataset-specific coupling.
Datasetnow carries an optionaltaxonomy.
read as CONFLICT, and a missing
predicted_classfield that broke the headlinemetric.
Can you now do a thorough check of the full codebase from your side and further act on #8 .
All reactions