AI-Scientist icon indicating copy to clipboard operation
AI-Scientist copied to clipboard

End of the prep run - mean of empty slice error from text8

Open bcourtney opened this issue 1 year ago • 5 comments

Average tokens per second: 331.59 /home//anaconda3/envs/ai_scientist/lib/python3.11/site-packages/numpy/core/fromnumeric.py:3504: RuntimeWarning: Mean of empty slice. return _methods._mean(a, axis=axis, dtype=dtype, /home//anaconda3/envs/ai_scientist/lib/python3.11/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide ret = ret.dtype.type(ret / rcount)

bcourtney avatar Aug 26 '24 08:08 bcourtney

me same. but still skip and execution is possible I see..

culture-ota avatar Aug 26 '24 12:08 culture-ota

same problem

Hanochhu avatar Aug 29 '24 09:08 Hanochhu

same problem. Will this affect the subsequent program execution?

sunjx602 avatar Aug 29 '24 23:08 sunjx602

same error but with 3070 take 24 hours to train the model

after running cd templates/nanoGPT && python experiment.py --out_dir run_0 and when finish i run python plot.py i get the next error

Average tokens per second: 252.49 /home/kamatchu/miniconda3/envs/ai_scientist/lib/python3.11/site-packages/numpy/core/fromnumeric.py:3504: RuntimeWarning: Mean of empty slice. return _methods._mean(a, axis=axis, dtype=dtype, /home/kamatchu/miniconda3/envs/ai_scientist/lib/python3.11/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide ret = ret.dtype.type(ret / rcount)

kamatchu avatar Aug 30 '24 04:08 kamatchu

Should be solved by https://github.com/SakanaAI/AI-Scientist/issues/89#issuecomment-2323129188

conglu1997 avatar Sep 01 '24 04:09 conglu1997