End of the prep run - mean of empty slice error from text8
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)
me same. but still skip and execution is possible I see..
same problem
same problem. Will this affect the subsequent program execution?
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)
Should be solved by https://github.com/SakanaAI/AI-Scientist/issues/89#issuecomment-2323129188