-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please tell me how to solve this problem #16
Comments
Did you follow the installation steps? You can solve it by running |
According to the Readme file, after Python setup. py, it displays: Finished processing dependencies for marconet=1.1.0 |
I was unable to train, please ask the author for a favor. |
I can successfully train the model with the given instruction. Please double-check the following steps:
With the above steps, I can successfully run the training code. |
Thanks especially for your reply. I just got out of the lab. I'll try to re-match this environment tomorrow.
…---Original---
From: ***@***.***>
Date: Tue, Jan 2, 2024 22:00 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [csxmli2016/MARCONet] Please tell me how to solve this problem (Issue #16)
I was unable to train, please ask the author for a favor.
I can successfully train the model with the given instruction. Please double-check the following steps:
All the training steps are performed in cd ./Train path
Remove the environment and run the following steps again:
conda create -n marcotrain python=3.8 -y conda activate marcotrain pip install -r requirements.txt BASICSR_EXT=True pip install basicsr python setup.py develop
python scripts/download.py
CUDA_VISIBLE_DEVICES=0 python tspgan/train.py -opt options/train.yml
With the above steps, I can successfully run the training code.
Could you show me the output by running pip list | grep marconet after you run python setup.py develop?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Could you show me the files in |
Sure. You can send me an email (csxmli@gmail.com) about connecting to the server. |
raise KeyError(f"No object named '{name}' found in '{self._name}' registry!")
KeyError: "No object named 'TextDegradationDataset' found in 'dataset' registry!"
The text was updated successfully, but these errors were encountered: