PaperTTY icon indicating copy to clipboard operation
PaperTTY copied to clipboard

PaperTTY on mac/osx

Open Chrisbhx opened this issue 1 year ago • 1 comments

Hi I saw your project is primarily driven towards IT8951 interface and waveshare e-ink products. Would it be possible to get this working on mac/osx like m1 silicon using python ? thank you

Chrisbhx avatar Jul 17 '23 22:07 Chrisbhx

Can you share the command line you are using? Are you using GPUs?

jacklanchantin avatar Feb 07 '23 21:02 jacklanchantin

Thank you for your reply Yes I am using GPU. I am using following command line:

python3 "/home/ans/CZSL/C-Tran-main/main.py"  --batch_size 7  --lr 0.00001 --optim 'adam' --layers 3  --dataset 'mit_states' --grad_ac_step 2 --dataroot data/ --epochs 100 --freeze_backbone

ans92 avatar Feb 15 '23 05:02 ans92

And were you able to run the commands in the README?

jacklanchantin avatar Feb 15 '23 06:02 jacklanchantin

Yes I were able to download and run the model on voc20 dataset. Even I am able to run the model on new dataset when I also update the image extractor. However, if I keep the image extractor fixed through --freeze_backbone parameter then this error occurs.

ans92 avatar Feb 15 '23 08:02 ans92

Can you try running without a GPU?

On Wed, Feb 15, 2023 at 3:30 AM ans92 @.***> wrote:

Yes I were able to download and run the model on voc20 dataset. Even I am able to run the model on new dataset when I also update the image extractor. However, if I keep the image extractor fixed through --freeze_backbone parameter then this error occurs.

— Reply to this email directly, view it on GitHub https://github.com/QData/C-Tran/issues/20#issuecomment-1430935491, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJFX7GCIUVFG6VCOIHTVQ3WXSHZPANCNFSM6AAAAAAURD35DI . You are receiving this because you commented.Message ID: @.***>

jacklanchantin avatar Feb 15 '23 15:02 jacklanchantin

Yes I have run the model with cpu but error still exists. My torch version is different than listed in requirements.txt file I have 1.13.0+cu117 (torch) and 0.14.0+cu117 (torchvision)

Do you think it is causing this problem?

ans92 avatar Feb 16 '23 05:02 ans92

It could be. I can't replicate the error

jacklanchantin avatar Feb 16 '23 16:02 jacklanchantin