-
Notifications
You must be signed in to change notification settings - Fork 20
Use master branch of unsup_vvs #78
base: master
Are you sure you want to change the base?
Conversation
re-opening due to timeout |
seems to run into
|
@chengxuz @mschrimpf I went to open a PR with this PR's exact change. Is the above error still an issue? I'm running my own check that |
This looks like a very general error to me saying that |
@chengxuz yes I think that's right. The issue is that it's asked to output the |
OK, I believe I have fixed this issue in the latest commit to unsup_vvs master branch. |
Can I ask what would be the minimal test command I can use to reproduce this error? |
It's a subset of the tests in |
I have updated the As for the two models left, there is a general issue with these models, which is in fact related to an issue I also had earlier this year and I asked you and Mike but never got it solved. The issue is that they are pytorch models without logits layer, which makes the default layer choice wrong (see here). How should we address this issue? Why not getting the layer from the model's possible layers? This would require some non-trivial changes to this |
I'll re-trigger unit tests with your updated repository |
@RylanSchaeffer what do you think? Do the models work on your end? |
@mschrimpf thanks for asking. I finally was able to circle back to this, and I'm getting the following error:
|
@chengxuz , I believe I'm running master from
|
Do the other models all work? Maybe @chengxuz can chime in whether the simclr version has vanished from the repository. |
I'm getting errors with other models. I'll post the full list tonight.
Thanks for the help guys.
Cheers,
Rylan Schaeffer
…On Sat, Nov 12, 2022 at 2:44 PM Martin Schrimpf ***@***.***> wrote:
I'm getting the following error:
Unable to find module for VVS identifier: resnet18-simclr
Do the other models all work? Maybe @chengxuz
<https://github.com/chengxuz> can chime in whether the simclr version has
vanished from the repository.
—
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEHLC4GBWWH63KPVDB2V6LWIAMVTANCNFSM42RSCIGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
One error:
I'm also getting the following error - is a specific torchvision version required?
I'm on torchvision 0.13.1. |
This looks relevant: https://stackoverflow.com/questions/70998767/no-module-named-torchvision-models-utils @chengxuz , is there a particular required torchvision version I should be using? I looked inside |
For the simclr model importing, I can do that on my end. The folder definitely exists in the repo (see here). I don't understand why it fails for you. Can you try to clone the repo and just install it in dev mode ( For the version of torchvision, the |
Downgrading to 0.6.0 solved the issue. Thank you for that. Did I miss that
in some requirements.txt or similar file?
I'll investigate simclr.
Cheers,
Rylan Schaeffer
…On Mon, Nov 14, 2022 at 6:27 PM Chengxu Zhuang ***@***.***> wrote:
For the simclr model importing, I can do that on my end. The folder
definitely exists in the repo (see here
<https://github.com/neuroailab/unsup_vvs/tree/master/unsup_vvs/network_training/models/simclr>).
I don't understand why it fails for you. Can you try to clone the repo and
just install it in dev mode (pip install -e .)?
For the version of torchvision, the 0.13.1 is indeed later than what I
was using (0.6.0). This looks like a backward compatibility issue for
pytorch. Can you try the earlier version?
—
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEHLCY2AHXUE37FSZWSQ2TWILYK5ANCNFSM42RSCIGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Cloning and installing with |
Switching to
I went back to torch
|
Can I trouble one of you two to please clarify exactly which versions of which libraries I want to be running? |
OK, let's schedule a time to chat. |
@chengxuz said he has been using the master branch and not the bs_latest branch.