Skip to content

snowkylin/keras.fit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keras.fit

The webpage for https://keras.fit.

Build

conda create -n sphinx python=3.10 pip
conda activate sphinx
pip install sphinx sphinx-rtd-theme sphinx-autobuild furo myst-parser
sphinx-build -b html ./ docs