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
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
I'm trying to use candidate_models with Brain Score, but I received the following error:
File "python3.7/site-packages/candidate_models/base_models/unsupervised_vvs/__init__.py", line 77, in __call__
cfg_kwargs=self.CFG_KWARGS.get(identifier, {}))
File "python3.7/site-packages/candidate_models/base_models/unsupervised_vvs/__init__.py", line 133, in __get_tf_model
model_type=model_type, cfg_kwargs=cfg_kwargs)
File "python3.7/site-packages/candidate_models/base_models/unsupervised_vvs/__init__.py", line 157, in _build_model_ending_points
**cfg_kwargs)
File "python3.7/site-packages/unsup_vvs/neural_fit/cleaned_network_builder.py", line 189, in get_network_outputs
ending_points = get_simclr_ending_points(inputs)
File "python3.7/site-packages/unsup_vvs/neural_fit/cleaned_network_builder.py", line 22, in get_simclr_ending_points
from unsup_vvs.network_training.models.simclr import resnet
ModuleNotFoundError: No module named 'unsup_vvs.network_training.models.simclr'
The text was updated successfully, but these errors were encountered:
@mschrimpf@chengxuz , what's your recommended solution? Is it alright to use the master branch, or is there a reason why the bs_latest branch is specified?
I'm trying to use
candidate_models
with Brain Score, but I received the following error:The text was updated successfully, but these errors were encountered: