Smith42/galaxies
Viewer • Updated • 17.3M • 3.88k • 13
trained_icosahedral_rrf_model
model.py : extracted model class definitionsinference.py : load and run the model with PyTorchdemo.ipynb : quick notebook demo for inferencerequirements.txt : dependenciesconfigs/config.json : hyperparameters/config templateexamples/ : sample usage scriptsscripts/upload_to_hf.py : helper to push model to the Hubpip install -r requirements.txt
python inference.py
Replace YourModelClass in inference.py with the actual class defined in model.py.