dp4846

Results 3 comments of dp4846

Thanks for the quick response! I followed code in the notebook you reccomended but I was unable to load the initial model: ``` model = get_model(model_fn=model_fn, model_config=model_config, dataloaders=dataloaders, seed=42,) ```...

Thanks for all your help. I believe I am close now. I am working through https://github.com/sinzlab/sensorium/blob/main/notebooks/model_tutorial/2_model_evaluation_and_inspection.ipynb Including `'cuda':false` in `model_config` allowed me to evaluate: `model = get_model(model_fn=model_fn, model_config=model_config, dataloaders=dataloaders, seed=42)`...

No worries at all! Thanks for helping me work through them! Woohoo! It works! I did have to change your recommended code a little, `strict=False` needed to be an argument...