일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
목록2024/08 (21)
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..
https://www.alignmentforum.org AI Alignment ForumA community blog devoted to technical AI alignment researchwww.alignmentforum.orghttps://www.reddit.com/r/MachineLearning/?rdt=49310 /r/learnmachinelearning , AGI -> /r/singularity" data-og-host="www.reddit.com" data-og-source-url="https://www.reddit.com/r/MachineLearning/?rdt=49310" data-og-url="https://www.reddit.com/r/MachineLearning/?rdt=49310..
https://huggingface.co/spaces/stabilityai/stable-fast-3d Stable Fast 3D - a Hugging Face Space by stabilityai huggingface.coSF3D: Stable Fast 3D Mesh Reconstruction with UV-unwrapping and Illumination DisentanglementSF3D is a state-of-the-art method for 3D mesh reconstruction from a single image. This demo allows you to upload an image and generate a 3D mesh model from it.TipsIf the image alread..
ChatGPTWhen writing a literature review for a single paper on your blog, following a clear and consistent structure will help convey your insights effectively. Here’s a suggested structure:Structure for Reviewing a Single PaperIntroductionTitle and Authors: Mention the title of the paper and the authors.Publication Details: Provide the journal name, year of publication, and any other relevant pu..