You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of attempting to develop tools for two seperate networks, we should really attempt to combine the two networks under one interface. I believe this should take the form of a class which is meant to be inherited by both the deepSets and fake track models. After both model are made to inherit the this base class, all tools should then be written such that they work with this base class. By extension, all the tools should then work for all children classes.
The text was updated successfully, but these errors were encountered:
Instead of attempting to develop tools for two seperate networks, we should really attempt to combine the two networks under one interface. I believe this should take the form of a class which is meant to be inherited by both the deepSets and fake track models. After both model are made to inherit the this base class, all tools should then be written such that they work with this base class. By extension, all the tools should then work for all children classes.
The text was updated successfully, but these errors were encountered: