일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
목록🌳Computer Vision Odyssey🍀😊✨/3D Deep Learning (3)
A Joyful AI Research Journey🌳😊
Multiple Kernels: If you see multiple similar kernels, you may have duplicates. You can list and remove old or unused kernels by using the following commands:List kernels:jupyter kernelspec list Remove a kernel:jupyter kernelspec uninstall unwanted_kernel_name
Using Jupytext is indeed the easiest and most efficient method to convert a .py file to a .ipynb file (Jupyter Notebook format). Here’s why:Why Jupytext is the Easiest Method:Seamless Conversion: Jupytext allows you to convert .py files to .ipynb format (and vice versa) with a single command. This avoids the need for manual copy-pasting or restructuring code into cells.Bi-Directional Synchroniza..
Here’s how you can install PyTorch on your Windows 11 system using Anaconda:Step-by-Step Guide for Windows 11:Open Anaconda Prompt:Go to the Start menu, search for "Anaconda Prompt," and open it.Activate Your Conda Environment:If you’ve already created the environment python3d, activate it by typing:conda activate python3d If the environment is not created, create it with:conda create -n python3..