123:x
This commit is contained in:
parent
92a2de0135
commit
1dfffa4acf
4 changed files with 2828 additions and 86 deletions
3
PythonAI/JupyterLab/.gitignore
vendored
Normal file
3
PythonAI/JupyterLab/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
data
|
||||||
|
model_checkpoints
|
||||||
|
logs
|
||||||
|
|
@ -10,10 +10,18 @@ numpy = "*"
|
||||||
scikit-learn = "*"
|
scikit-learn = "*"
|
||||||
sklearn-pandas = "*"
|
sklearn-pandas = "*"
|
||||||
matplotlib = "*"
|
matplotlib = "*"
|
||||||
|
<<<<<<< HEAD
|
||||||
notebook-intelligence = "*"
|
notebook-intelligence = "*"
|
||||||
jupyterlab-vim = "*"
|
jupyterlab-vim = "*"
|
||||||
|
=======
|
||||||
|
tensorflow = "*"
|
||||||
|
torch = "*"
|
||||||
|
torchvision = "*"
|
||||||
|
ultralytics = "*"
|
||||||
|
>>>>>>> a6f27a9 (123:x)
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.13"
|
python_version = "3.12"
|
||||||
|
# python_version = "3.13"
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
2717
PythonAI/JupyterLab/PythonAI_5.ipynb
Normal file
2717
PythonAI/JupyterLab/PythonAI_5.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue