wzhouxiff / RestoreFormerPlusPlus

[TPAMI2023] RestoreFormer++
Apache License 2.0
183 stars 8 forks source link

line 497, in <module> logger_cfg = lightning_config.logger or OmegaConf.create() Error/Missing key logger/Help me #15

Open LLingFen opened 4 months ago

LLingFen commented 4 months ago

image image

luser350 commented 3 months ago

Got the same error. @LLingFen have you found any solution?

wzhouxiff commented 3 months ago

The error you're encountering is likely due to a version mismatch between your current pytorch-lightning or omegaconf and the versions required by the program. I recommend installing the specific versions of pytorch-lightning and omegaconf as listed in the README file. This should resolve the issue.

luser350 commented 3 months ago

@wzhouxiff thanks for your reply. I am sharing my solution:

conda create -n rf++ python=3.8
pip install torch==1.10.0+cu111 torchvision==0.11.0+cu111 torchaudio==0.10.0 -f https://download.pytorch.org/whl/torch_stable.html
pip install -r RF_requirements.txt
pip install ninja
pip install pillow=9.5.0
LLingFen commented 3 months ago

thanks for your reply !!  I have a  try

---Original--- From: @.> Date: Tue, Aug 6, 2024 12:46 PM To: @.>; Cc: @.**@.>; Subject: Re: [wzhouxiff/RestoreFormerPlusPlus] line 497, in <module> logger_cfg = lightning_config.logger or OmegaConf.create() Error/Missing keylogger/Help me (Issue #15)

@wzhouxiff thanks for your reply. I am sharing my solution: conda create -n rf++ python=3.8 pip install torch==1.10.0+cu111 torchvision==0.11.0+cu111 torchaudio==0.10.0 -f https://download.pytorch.org/whl/torch_stable.html pip install -r RF_requirements.txt pip install ninja pip install pillow=9.5.0

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>