-
Notifications
You must be signed in to change notification settings - Fork 2
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
Stats not exported by default #9
Comments
Hello Dr. Schmidt! Do you have a minimum command example (maybe with some toy data) where this doesn't work? I ask because I feel like on my system it does generate so want to figure out where this goes the wrong @degriffith do you have time to take a look at this? |
I am also not able to reproduce this issue, what version of PARROT are you using @BroderCodes ? |
Ohhh I wonder if this is a Windows vs. macOS/Linux issue? |
I've been using PARROT v1.5 on Ubuntu 20.04.4 LTS. Below info from terminal
(with anonymized user name and file paths):
*Input:*
(parrot) ***@***.***:~/path/to/data$ parrot-train TrainingSet.tsv Model -d
residues -c 6 -e 200 --stop auto --include-figs
*Output:*
warning in stationary: failed to import cython module: falling back to numpy
warning in coregionalize: failed to import cython module: falling back to
numpy
warning in choleskies: failed to import cython module: falling back to numpy
Warning: Stop condition is set to 'auto' and num_epochs > 10. Network
training may take a long time.
PARROT with user-specified parameters
-------------------------------------
Validation set loss per epoch:
Epoch 0 Loss 54.1416
Epoch 5 Loss 25.6067
...
…On Mon, Jun 6, 2022 at 9:59 PM Alex Holehouse ***@***.***> wrote:
Hello Dr. Schmidt!
Do you have a minimum command example (maybe with some toy data) where
this doesn't work? I ask because I feel like on my system it does generate
so want to figure out where this goes the wrong @degriffith
<https://github.com/degriffith> do you have time to take a look at this?
—
Reply to this email directly, view it on GitHub
<#9 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS7PIIQ2KWNOSTUGF6AHB4LVN3JJLANCNFSM5XZ2SBPA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
FWIW it only generates |
Ah I see, so the performance stats file functionality wasn't added until v1.6.0, and right now the current version is v1.6.2! If you update idptools-parrot using pip this should hopefully fix the issue. Let us know if for some reason it doesn't, or if updating causes any clashes with installed package versions. |
Yeah, it was the version difference. |
For me, the perfomance_stats.txt file is not generated by default.
The text was updated successfully, but these errors were encountered: