-
Notifications
You must be signed in to change notification settings - Fork 63
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
how to use ORGANIC #6
Comments
I have the same problem and hope for a realizable solution. |
@xuzhang5788 I have had more luck managing the environment with Anaconda rather thatn pip. The command used to create the environment with all dependencies is |
@RussianCircles I have successfully created the environment with requirements.yml. But when I run model = ORGANIC('tutorial1', params=params), it was told that ORGANIC is not defined as before. I wonder how can I run ORGANIC as shown in tutorial. Thank you for your kind suggestion. |
That's good to hear! This is the current script I am using to run ORGANIC. I hope you can take some cues from it. I would try running the import like I have below
|
Thank you @RussianCircles
|
I was running from the ORGANIC/ directory. I also had to play around with some of the imports in the organic.py file in ORGANIC/model to get it to work. |
@RussianCircles |
Precisely. I had to go through and change all of the local function imports to reflect upon their hierarchy in the file system. |
@RussianCircles |
Ah. Do you have the CUDA toolkit/cuDNN installed? This is likely where your error lies. When you have that done, make sure to install the correct version of tensorflow for the CUDA version you are using. It should say in the documentation. https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html |
I am getting a segfault 11 when I run it. What could be the likely error? |
Although I read your tutorial, I still didn't know how to use it.
First of all, I run $ pip install -r requirement.txt
I don't know what GPmol is.
Secondly, When I run model = ORGANIC('tutorial1', params=params)
it was told that ORGANIC is not defined.
If I add
from organic import ORGANIC
it was told that organic is not a module.
I am so sorry that your tutorial is not very clear. If you would like to prepare a jupyter notebook to explain how to use it, it will be a great help.
Thank you very much for great work.
The text was updated successfully, but these errors were encountered: