TACJu / TransFG

This is the official PyTorch implementation of the paper "TransFG: A Transformer Architecture for Fine-grained Recognition" (Ju He, Jie-Neng Chen, Shuai Liu, Adam Kortylewski, Cheng Yang, Yutong Bai, Changhu Wang, Alan Yuille).
MIT License
382 stars 88 forks source link

About apex #1

Open RollingWang opened 3 years ago

RollingWang commented 3 years ago

Hello, thanks for your nice work!

when I reproduce your work, I encoutered a challenging problem below:

ImportErrorImportErrorImportError: : : cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown location)cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown location)cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown location)

can you give me some idea?

TACJu commented 3 years ago

Sorry for the late reply. I think the problem is that you installed wrong apex. Maybe you can have a reference here: ImportError: cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown location)

cwq63 commented 3 years ago

I solve this. you can see this :https://blog.csdn.net/ccbrid/article/details/103207676