-
Notifications
You must be signed in to change notification settings - Fork 115
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
I’ve tested on my mac #2
Comments
Hi @yuanjun, first of all, I couldn't run the code on Windows environment, since I couldn't find a proper Windows machine, so yeah, it'd be safer if you run it on a Linux-based os. So what exactly is the problem on Mac? I'm adding you the screenshot of my run here on OpenSuse. You should see some Tensorflow related messages and then, messages from the code stating the process. You can also just add the command to a sh file and use "bash go.sh" which I actually included in source folder just now. |
Hi @hkmztrk thanks for your prompt reply, I've followed your suggestion and run bash file again. Are pydot and Graphviz necessary for this code? ================================================ During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last):
|
hi @hkmztrk, i've successfully finish the calculation, thanks for your help~! |
Hello @yuanjun, glad it worked! @Running-z, I'll try to do the mentioned update in the following weeks. |
Hi, I've tried to run your code on my Mac, after I input the command the terminal just looks like this.
Would you take a look, and see if this is normal?
_YJMacAir:source yuanjun$ sudo python3 run_experiments.py --num_windows 32 --seq_window_lengths 8 12 --smi_window_lengths 4 8 --batch_size 256 --num_epoch 100 --max_seq_len 1000 --max_smi_len 100 --dataset_path 'data/kiba/‘ --problem_type 1 --log_dir 'logs'
The text was updated successfully, but these errors were encountered: