# -*- coding: utf-8 -*- import logging import dataiku import numpy as np from transformers import AutoTokenizer, AutoModel from project_utils import compute_embeddings, save, load BATCH_SIZE = 16 id_label = dataiku.get_custom_variables()["id_label"] text_label = dataiku.get_custom_variables()["text_label"] df = dataiku.Dataset("data").get_dataframe().set_index(id_label) embeddings_folder = datai..
/var/lib/vz/template/iso # cd /var/lib/vz/template/iso # 400 Node에 사용할 저장소(영상에서는 lvm을 사용했지만, 나는 zfs라서 그에 맞춰 명령어 설정) qm importdisk 400 /var/lib/vz/template/iso/arc-24.3.8.img local-zfs ls -l /dev/disk/by-id/ https://www.youtube.com/watch?v=VuP2khY6vl0
Error status Your local changes to the following files would be overwritten by merge PS D:\repo\myApp> git status On branch main Your branch is behind 'origin/main' by 2 commits, and can be fast-forwarded. (use "git pull" to update your local branch) Untracked files: (use "git add ..." to include in what will be committed) requirements231020.txt Solve1 git stash git pull # or git pull origin mai..
2023-08-08 link update2024-03-29 context update What is - VBE DarkMode Quick Theme -엑셀의 VBA 작업을 하다보면, 다른 CODE IDE들처럼 Dark Mode에서 작업했으면 하는 생각이 듭니다.색상대비로 오류가 눈에 잘 띄어고 오랜 시간 모니터를 볼 때 조금은 편합니다.다크모드를 적용하는 여러 방법이 있지만, VSCODE의 다크테마처럼 보이게 해주는 툴입니다.When working with VBA in Excel, I often find myself wishing I could work in Dark Mode like in other CODE IDEs.The color contrast makes errors stand out and..