Skip to content

The program is stuck halfway through running #54

@illsheep

Description

@illsheep

Hello,
thanks for your devotion ,it helps a lot.

The program is often stuck halfway through running when I use some complex datasets to train.
=========== Epoch 00090 ===========
-> Time 4.79 s

Overall best at R=0.829041
-> Raw expression :
z₃
─────────────────────────────────────────────────────────
⎛ 0.5⎞
⎜⎛ 0.5⎞ ⎟
⎜⎜ 0.5⎛ ⎛ 0.5 ⎞ ⎞ ⎟ ⎟
erf⎝⎝log ⎝z₁ + z₆ + ⎝z₆ + erf(z₆)⎠⋅cosh(z₀)⎠ ⎠ ⎠

Best of epoch at R=0.828743
-> Raw expression :
⎛ ⎛ 0.5⎞⎞
⎜ ⎜⎛ 1 ⎞ ⎟⎟
z₃ + tanh⎜log⎜⎜z₁ + ──────────────────────────────────────⎟ ⎟⎟
⎜ ⎜⎜ ⎛ 4⎞⎟ ⎟⎟
⎜ ⎜⎜ ⎜⎛ ⎛ 2⎞⎞ ⎟⎟ ⎟⎟
⎜ ⎜⎜ ⎜⎜ ⎜⎛ ⎛ 1 ⎞⎞ ⎟⎟ ⎟⎟ ⎟⎟
⎜ ⎜⎜ erf⎜⎜z₃ + erf⎜⎜z₃ - erf⎜───────⎟⎟ ⎟⎟ ⎟⎟ ⎟⎟
⎝ ⎝⎝ ⎝⎝ ⎝⎝ ⎝erf(z₁)⎠⎠ ⎠⎠ ⎠⎠ ⎠⎠

=========== Epoch 00091 ===========
-> Time 2.47 s

Overall best at R=0.829041
-> Raw expression :
z₃
─────────────────────────────────────────────────────────
⎛ 0.5⎞
⎜⎛ 0.5⎞ ⎟
⎜⎜ 0.5⎛ ⎛ 0.5 ⎞ ⎞ ⎟ ⎟
erf⎝⎝log ⎝z₁ + z₆ + ⎝z₆ + erf(z₆)⎠⋅cosh(z₀)⎠ ⎠ ⎠

Best of epoch at R=0.828790
-> Raw expression :
⎛ ⎛ 2⎛ z₃ ⎞⎞⎞
⎜ ⎜(z₃ + erf(erf(z₃)))⋅erf ⎜───────⎟⎟⎟
0.5⎜ ⎜ ⎝erf(z₃)⎠⎟⎟
z₃ + cos ⎜z₃⋅erf⎜─────────────────────────────────⎟⎟
⎝ ⎝ z₃ ⎠⎠

=========== Epoch 00092 ===========
-> Time 2.49 s

Overall best at R=0.829041
-> Raw expression :
z₃
─────────────────────────────────────────────────────────
⎛ 0.5⎞
⎜⎛ 0.5⎞ ⎟
⎜⎜ 0.5⎛ ⎛ 0.5 ⎞ ⎞ ⎟ ⎟
erf⎝⎝log ⎝z₁ + z₆ + ⎝z₆ + erf(z₆)⎠⋅cosh(z₀)⎠ ⎠ ⎠

Best of epoch at R=0.828556
like this. I set 100 epochs, it stops at 92 epoch for several hours. It is hard for the process to keep looking for the best expression.
Here is my computer's information.
Parallel mode is not available because physo is being ran from a notebook using 'spawn' multiprocessing start method (multiprocessing.get_start_method() = 'spawn'). Run physo from a python script to use parallel mode.
Parallel mode is not available because physo is being ran from a notebook using 'spawn' multiprocessing start method (multiprocessing.get_start_method() = 'spawn'). Run physo from a python script to use parallel mode.

Multiprocessing start method : spawn
Running from notebook : True
Is CUDA available : False
Total nb. of CPUs : 12
Recommended config {'parallel_mode': False, 'n_cpus': 12}
Parallel mode is not available because physo is being ran from a notebook using 'spawn' multiprocessing start method (multiprocessing.get_start_method() = 'spawn'). Run physo from a python script to use parallel mode.
Parallel mode is not available because physo is being ran from a notebook using 'spawn' multiprocessing start method (multiprocessing.get_start_method() = 'spawn'). Run physo from a python script to use parallel mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions