Open LLingFen opened 4 months ago
Got the same error. @LLingFen have you found any solution?
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.
@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
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: @.***>