allmnet의 Python 개발 채널
allmnet의 Python 개발 채널
  • Видео 210
  • Просмотров 526 605

Видео

Python 최신 버전에서 시간 포맷 및 포맷 변화
Просмотров 1914 дней назад
Python 3.12 버전에서 시간 포맷을 표준화하고 있는 것으로 보입니다. 타임존도 더 쉽게 구성할 수 있어요.
Python - 3.12 버전에서 GIL 성능 변화 테스트
Просмотров 20314 дней назад
이제는 Thread로 작업해서 괜찮습니다.
Python 기초 - 정규식(regex) 전화번호 패턴 만들어보기
Просмотров 668 месяцев назад
앞/뒤 조건 이해(Lookahead, Lookbehind)을 이용하는 이유와 조건 만들기를 진행해보았습니다.
Python 기초 - 정규 표현식 기본
Просмотров 508 месяцев назад
정규 표현식 기본적으로 사용되는 라이브러리와 사용시 주의점을 다루어보았습니다. regex101.com
Python 기초 - 특정 문자열 검색하여 처리하기
Просмотров 3910 месяцев назад
문자열을 검색해서 처리해야 하는 경우 자주 사용되는 방법에 대해서 정리해 보았습니다.
랭체인(Langchain), 프로덕션에서는 쓰지말라고?
Просмотров 11810 месяцев назад
랭체인(Langchain), 프로덕션에서는 쓰지말라는 다소 자극적이지만, 의미가 있는 글이여서 간단히 리뷰를 해보았습니다. 원본 글은 아래와 같습니다. medium.com/@aldendorosario/langchain-is-not-for-production-use-here-is-why-9f1eca6cce80
Python 기초 - 함수 타입 지정, Type hint
Просмотров 3510 месяцев назад
오늘은 함수의 파라메터에 대한 타입 지정 방법, Type hint에 대해서 짧게 알아보겠습니다.
Python 기초 - 홀수, 짝수 연산 + 소수점 처리
Просмотров 4110 месяцев назад
오늘은 파이썬에서 내장 함수로 제공하는 홀수, 짝수 연산 소수점 처리하는 방법에 대해서 짧게 알아보고자 합니다.
Python 기초 - 100배 빠른 Vectorization
Просмотров 10611 месяцев назад
여기에서는 최근에 인상깊게 본 Vectorization의 Loop 연산 비교에 대해서 짧게 공유해 봅니다. 원본 글 링크 medium.com/codex/say-goodbye-to-loops-in-python-and-welcome-vectorization-e8b0172b9581
Python 기초 - 문자열을 타임(시간)값으로
Просмотров 3711 месяцев назад
지난 시간에 이여서 문자열을 타임(시간)값으로 변환하는 방법에 대해서 짧게 알아보았습니다.
Python 기초 - datetime 문자열에서 타임존 설정하기
Просмотров 5311 месяцев назад
문자열을 이용해서 Datetime 데이터로 변환하는 경우가 많은데, 여기에서는 타임존 설정하기에 대해 간략히 요점만 알아보았습니다.
Python 기초 - GIL 글로벌 인터럽트 락 이해
Просмотров 203Год назад
Python 기초 - GIL 글로벌 인터럽트 락 이해를 통해서 멀티 프로세싱, 코루틴을 사용해야 하는 이유를 짧게 설명해 보았습니다. www.dabeaz.com/python/UnderstandingGIL.pdf
Python 기초 - 멀티 프로세스, Pool 관리
Просмотров 339Год назад
Python 기초, 멀티 프로세스에서 중요한 Pool 관리에 대해서 정리해봤습니다.
Python 기초 - 멀티 프로세싱
Просмотров 521Год назад
Python 기초로 멀티 프로세싱 사용 방안에 대해서 정리해보았습니다.
Python 기초 - 딕셔너리(Dict) 데이터 활용하기
Просмотров 59Год назад
Python 기초 - 딕셔너리(Dict) 데이터 활용하기
Python 기초 - 리스트(list) 중복제거, 중복값 확인
Просмотров 97Год назад
Python 기초 - 리스트(list) 중복제거, 중복값 확인
Python 기초 - 지역 변수와 전역변수 그리고 메모리 관리
Просмотров 73Год назад
Python 기초 - 지역 변수와 전역변수 그리고 메모리 관리
파이썬 기초- List 다루기 [값 조정, 추가, 삭제, 확장등]
Просмотров 33Год назад
파이썬 기초- List 다루기 [값 조정, 추가, 삭제, 확장등]
Python 기초 - 문자열 포함(in) list, dict 차이
Просмотров 33Год назад
Python 기초 - 문자열 포함(in) list, dict 차이
파이썬 기초- 함수 참조 순서와 중복 오류
Просмотров 53Год назад
파이썬 기초- 함수 참조 순서와 중복 오류
윈도우 아웃룩이 무료가 되었다
Просмотров 1,4 тыс.Год назад
윈도우 아웃룩이 무료가 되었다
Llama2(라마2) 모델 개인 노트북으로 실행하기 요약(CPU기반)
Просмотров 14 тыс.Год назад
Llama2(라마2) 모델 개인 노트북으로 실행하기 요약(CPU기반)
LLM/ChatGPT - 나만의 모델 ChatBot-UI에 넣기
Просмотров 246Год назад
LLM/ChatGPT - 나만의 모델 ChatBot-UI에 넣기
Python - 정규식 표현 Regex 직접 함수 구현 성능 비교 timeit
Просмотров 37Год назад
Python - 정규식 표현 Regex 직접 함수 구현 성능 비교 timeit
기계학습(GPT,LLM) - Pre-train fine-turning 기본 이해와 실습
Просмотров 302Год назад
기계학습(GPT,LLM) - Pre-train fine-turning 기본 이해와 실습
Python - Pandas, 엑셀 만들기 및 시트별로 데이터 구분하기
Просмотров 23Год назад
Python - Pandas, 엑셀 만들기 및 시트별로 데이터 구분하기
도커 컨테이너 한방에 정리하기
Просмотров 10Год назад
도커 컨테이너 한방에 정리하기
Azure OpenAI - ChatGPT, OpenAI API 사용시 유용한 팁 2가지
Просмотров 33Год назад
Azure OpenAI - ChatGPT, OpenAI API 사용시 유용한 팁 2가지
Quick Start - Azure OpenAI 시작하기
Просмотров 1,3 тыс.Год назад
Quick Start - Azure OpenAI 시작하기

Комментарии

  • @misterpi4104
    @misterpi4104 Месяц назад

    Огромное тебе спасибо чел, способ реально рабочий! Ты единственный из всего инета, кто смог приоткрыть мне глаза на истину!!! Благодаря тебе, теперь я смогу ломать лица ботам ради своей Чистой Платины ------------------------------------------------------------------------------------------------------------------------------------- Thank you very much, man, the method is really working! You are the only one from the entire Internet who was able to open my eyes to the truth!!! Thanks to you, now I can break the faces of bots for my Pure Platinum ------------------------------------------------------------------------------------------------------------------------------------- どうもありがとう、男、この方法は本当に機能しています! あなたは真実に私の目を開くことができたインターネット全体からの唯一の人です!!! あなたのおかげで、今私は私の純粋なプラチナのためにボットの顔を壊すことができます ------------------------------------------------------------------------------------------------------------------------------------ 谢谢你,伙计,这个方法真的很有效! 你是唯一一个从整个互联网谁能够打开我的眼睛真相!!! 多亏了你,现在我可以打破机器人的脸为我的纯白金 ------------------------------------------------------------------------------------------------------------------------------------ 대단히 감사합니다,사람,이 방법은 정말 작동! 당신은 진실에 내 눈을 열 수 있었다 전체 인터넷에서 유일한 사람입니다!!! 당신 덕분에,지금은 내 순수한 백금에 대한 봇의 얼굴을 깰 수 있습니다

  • @12R10ZY
    @12R10ZY Месяц назад

  • @doremifasolahsido
    @doremifasolahsido 2 месяца назад

    너무 필요한 내용이었는데 검색하면서 겨우겨우 찾았습니다 pre-training과 fine-tuning에 대해 쉽게 이해할 수있었습니다 감사합니다!

  • @Hunghover
    @Hunghover 2 месяца назад

    Thank you !

  • @FrankMartin-i4d
    @FrankMartin-i4d 3 месяца назад

    Annamarie Gardens

  • @fernandopinho3754
    @fernandopinho3754 3 месяца назад

    O did it with awakening dlc and it even downloaded but when i opened the game it was gone i use citra nigtly

  • @hectorpoleoolmo6487
    @hectorpoleoolmo6487 4 месяца назад

    You are the best now i can enjoy fire emblem dlcs

  • @김진혁-k4y
    @김진혁-k4y 4 месяца назад

    혹시 이전 메일 pst로 백업해놨는데 불러오기 하고 싶은데 어떻게 하는지 알려 줄수 있을까요?

  • @Joaopolvr
    @Joaopolvr 5 месяцев назад

    for those who are getting an error in the Build ""$(Obfuscar)" obfuscar.xml", just move de xml file to where is your .exe or .dll file after the build

  • @syupangpangTV
    @syupangpangTV 8 месяцев назад

    제가 물어보는 것들을 훈련하거나 저장해서 라마 만든 회사로 정보가 유출되거나 하지는 않나요? 인터넷이 없이도 된다는데 물어보는 질문에 대한 답변은 인터넷에서 긁어오는게 아니면 어떻게 코드로 학습이 되어있는건가요? 개발에 개자도 모르는 초보라 죄송합니다 ㅜㅜ

    • @allmdev
      @allmdev 8 месяцев назад

      아닙니다. :) 로컬(PC)에 모델을 다운로드해서 사용하기 때문에 정보가 유출되지 않습니다. 쉽게 보시면 OpenAI는 모델을 OpenAI에서 (인터넷) 접근해서 사용만 하는것이고, 라마 모델은 PC에 설치한 프로그램처럼 자체적으로 실행하는 것이라고 생각하시면 좋을것 같습니다.

  • @perfumeshroom
    @perfumeshroom 8 месяцев назад

    uhm the cia turned into a cci what

  • @kipnhock6361
    @kipnhock6361 8 месяцев назад

    i can't see result, suggest video cover it

  • @hsj7707
    @hsj7707 9 месяцев назад

    LLM RAG랑 방식이 똑같아보이는데 RAG인가요?

    • @allmdev
      @allmdev 9 месяцев назад

      네 RAG 맞습니다.

  • @heyjunes-v1
    @heyjunes-v1 10 месяцев назад

    공유해주신 자료로 돌려가면서 다른 LLM도 붙여보려고 하는데요. 예제로 되어 있는 llm은 허깅페이스에서 하나의 bin파일로 다운받아지는데 다른 llm은 .safetensors 형태이고 여러 개 파일로 나눠져서 만들어진거 같아요. 혹시 복수의 파일 다운 받아 연결하려면 어떻게 해야 할지 가이드 자료가 있을까요? 어제 새벽까지 방법을 찾아봤는데 소득이 없네요 ^^

    • @allmdev
      @allmdev 9 месяцев назад

      저도 예전에 모델 다운로드하는게 어렵다는것을 많이 느꼇는데, 모델을 허깅페이스의 transformers로 제공된다면 이를 이용해서 모델을 로드한후save_pretrained 로 특정 경로 저장이 가능한것 같습니다. huggingface.co/docs/transformers/main_classes/model

    • @heyjunes-v1
      @heyjunes-v1 9 месяцев назад

      @@allmdev 감사합니다 ~~

  • @heyjunes-v1
    @heyjunes-v1 10 месяцев назад

    좋은 자료 공유 감사합니다. 구동을 해보고 싶은데요... faiss-cpu install시 오류가 나서요 (아래 2개 다 오류) pip install faiss-cpu==1.7.4 pip3 install pytorch faiss-cpu==1.7.4 ERROR: Could not build wheels for faiss-cpu, which is required to install pyproject.toml-based projects 다른 분들은 이런 에러가 없는지요?

    • @allmdev
      @allmdev 10 месяцев назад

      제가 보니, 파이썬 버전에 따라서 실행이 되지 않는다는 얘기가 있는것 같아요. 파이썬 버전이 3.9까지 지원 하고 그외에는 다른 라이브러리가 필요한데, 파이썬 버전을 3.9로 낮춰보세요

    • @heyjunes-v1
      @heyjunes-v1 10 месяцев назад

      @@allmdev 감사합니다. 파이썬을 3.10.9 로 다시 설치하니 인스톨 잘되네요. ^^

    • @allmdev
      @allmdev 9 месяцев назад

      @@heyjunes-v1 더 높은 버전이였군요 해결하셨다니 다행이네요 :)

  • @astronaut1861
    @astronaut1861 10 месяцев назад

    안녕하세요! 영상 잘 봤습니다. 혹시 pytorch 모델을 멀티프로세싱으로 사용할때 각 자식 process에서 따로 load를 해주지 않으면 사용이 안되는 걸 알았습니다. 따라서 각 프로세스마다 load를 했더니 loading하는데 시간이 너무 오래걸리더라구요!! 혹시 다른 방법 알고 계시나요?

  • @커피-d6r
    @커피-d6r Год назад

    데이터 폴더에 다른 문서를 넣어도 이전 문서파일 이름만 뜨는 이유는 무엇일까요? 그리고 문서가 2개 있는것으로 인식되는지 Document 2까지만 나옵니다.

    • @allmdev
      @allmdev 10 месяцев назад

      제가 추가적으로 확인했을때는. db_build 가 있는지를 확인하고 있는 경우에 추가 생성을 하지 않는 것 같아요, db_build.py를 보시고, run_db_build 만 다시 실행해보시면서 테스트 해보시면 좋을 것 같습니다.

    • @커피-d6r
      @커피-d6r 10 месяцев назад

      감사합니다. 확인해 보겠습니다.

  • @동글-v9s
    @동글-v9s Год назад

    좋은 자료 공유감사합니다~ 저는 기존 github 코드 수정없이 해도 잘되네요!

    • @allmdev
      @allmdev Год назад

      다행입니다!

  • @grayliar147
    @grayliar147 Год назад

    좋은 채널이네요 👍 기대하겠습니다.

  • @muneeswarreddy1129
    @muneeswarreddy1129 Год назад

    Can any one help how to used obfuscated dll in another project

  • @msbclee
    @msbclee Год назад

    계정 사용에 제한이 있더라고요 메일 계정이 4개인데 2개는 안되는듯

    • @allmdev
      @allmdev Год назад

      아 그렇군요 역시 완벽한 무료는 아닌가보네요 감사합니다.

  • @MysticalPlacesTurkey
    @MysticalPlacesTurkey Год назад

    great

  • @stevea1708
    @stevea1708 Год назад

    vs code is like the linux of IDEs. i'm just trying to get started why are there so many freaking hurdles...

  • @mdd1963
    @mdd1963 Год назад

    So HyperV is still available with Ws2022?

    • @mdd1963
      @mdd1963 Год назад

      ( no free standalone download beyond Hv Server 2019, it seems)

  • @catmusic9143
    @catmusic9143 Год назад

    감사합니다!!!!

  • @nobulletsfly5614
    @nobulletsfly5614 Год назад

    it doesn't work I'm using metal slug 3 and the character won't move

  • @angehell223
    @angehell223 Год назад

    "$(Obfuscar)" obfuscar.xml don't work

  • @nikigoturspine7478
    @nikigoturspine7478 Год назад

    Ty so much for the info, literally been looking everywhere to find out how to make these things work.

  • @Vedhon
    @Vedhon Год назад

    I see you have awakening on so do you know maybe why do all of the dlc maps for me are the first one. No matter what i choose it always is the same one map

  • @keycume
    @keycume Год назад

    Buen video. Gracias por la informacion

  • @frogman4872
    @frogman4872 Год назад

    But how to bring up that menu in the mobile version.

  • @DJGAMINGLIVE43
    @DJGAMINGLIVE43 Год назад

    worked like a charm Thanks bro i was looking for this but not found anything yet thank you bro for saving my time

  • @kim-gl3kw
    @kim-gl3kw Год назад

    러시아 아이피에요 우크라이나 아이피에요?

    • @allmdev
      @allmdev Год назад

      보통 좀비 PC이기 때문에 다양하게 분포되어 있습니다. geoip 확인하는 곳에서 보면 더 쉽게 알 수 있을 거에요 whois.kr 등에서 확인 가능해요

  • @dario.montoya
    @dario.montoya Год назад

    Dont work in Net 6

    • @gwisekor
      @gwisekor Год назад

      <?xml version='1.0'?> <Obfuscator> <Var name="InPath" value="." /> <Var name="OutPath" value=".\Obfuscator_Output" /> <Var name="KeepPublicApi" value="false" /> <!-- 다른 프로그램과 공유 할 경우만 true--> <Var name="HidePrivateApi" value="true" /> <AssemblySearchPath path="C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.14" /> <Module file="$(InPath)\WinFormsApp6.dll" /> </Obfuscator>

  • @matheus014610
    @matheus014610 Год назад

    The worst of all.

  • @Deftone8sd
    @Deftone8sd Год назад

    Wtf was this shit

  • @vbaldokaizen8748
    @vbaldokaizen8748 2 года назад

    Seeing that the video is 2+ years old, it still doesn't have an account manager to work on other repositories aside from github itself. You just have to paste the access token lol

  • @maskedbadass6802
    @maskedbadass6802 2 года назад

    I was having an infamous issue getting Fire Emblem Awakening DLC to work on Citra as it would just saying "loading" the dlc maps forever so here is some advice for anyone specifically trying to get dlc for FEA to work and maybe it will help someone get dlc to work in another game too. Unfortunately the ziperto page with all the downloads(which I can't link because will delete it, but you can still look up) isn't updated often so the links might be broken by the time someone reads this, but this is what worked for me. 1 - On the ziperto page you have to make sure you download the "V2" version of the decrypted dlc because V1 doesn't work and make sure it matches your region(I used USA versions for everything) for the separate main game file. This is what got it to work for me. Once it's download you just use the "install" option on citra and go into the outworld gate and the dlc maps should pop up immediately. 2 - When getting the main game file despite the claim of being "decrypted" sometimes it isn't and won't load up in the first place. "Batch CIA 3DS Decryptor" is super easy to use and you should be able to easily find a video showing how to use it. All you have to do is basically put a not decrypted game file in the same folder and run the bat file and that should be it. 3 - I did not check this last part myself but I saw that some people were having issues and claimed that you specifically have to use the "Canary" version of Citra. All you have to do is is make sure when installing Citra that you choose Canary instead of "Nightly." I don't know how much this last 3rd part matters but some swear by it, however I can definitely vouch that the first 2 parts are necessary to make it work. Good luck sailing the high seas! AAARRRRR!!!

    • @Vedhon
      @Vedhon Год назад

      Do you know maybe why every dlc map for me is the first one where you recruit marth? I honestly have no idea what is going on

    • @maskedbadass6802
      @maskedbadass6802 Год назад

      @@Vedhon Whoa, that sounds so weird but I never experienced that one. Since it's so specific I hope you can find help doing a search. If you find a solution post in anywhere you can including here. You never know who you'll help. Sorry I don't know more. I just did multiple searches asking about my problem in different ways and forum pages with answers showed up, but that could happen on a common forum or a more obscure one, just gotta search everywhere being as specific as possible I guess.

    • @Vedhon
      @Vedhon Год назад

      @@maskedbadass6802 damn that's sad i already scouted the internet as that kind of specific problem would definitely have a result if it was fixed before but found nothing so i decided to write about it in r/roms and r/3dspiracy but there wasn't even a response i should maybe try installing the cia again. At least the first map is pretty good for grinding

    • @maskedbadass6802
      @maskedbadass6802 Год назад

      @@Vedhon Yeah, basically the only thing I could think of then would be try downloading files from different places and mixing/matching to see if anything changes. Good luck. The only thing that I can think that even remotely resembles your problem would be maybe the file's data was edited somehow like through a hex editor but wasn't done properly.

    • @deckardshaw6696
      @deckardshaw6696 Год назад

      Is it the same for the Echoes DLC as well?

  • @Justminish
    @Justminish 2 года назад

    TY!

  • @disnetlandia6278
    @disnetlandia6278 2 года назад

    En Net 6, esto ya no funciona .... podrías actualizar tu video?

  • @bjvernon6490
    @bjvernon6490 2 года назад

    I don't understand I downloaded the CIA file for the dlc for one of the games I'm playing for my laptop idk how to get the dlc to work or show up every time I boot up the game

  • @Special3375
    @Special3375 2 года назад

    thank you

  • @michellemagnusonmichellem5108
    @michellemagnusonmichellem5108 2 года назад

    Can it be used the same for Smash and is it free or does it have to get paid?

    • @Libops
      @Libops Год назад

      Please tell me if you find an answer Also I don't think you need to pay it.

  • @germanmejor
    @germanmejor 2 года назад

    I installed that dlc jaja, ty

  • @andradevander
    @andradevander 2 года назад

    Thank you

  • @maiquelvb8399
    @maiquelvb8399 2 года назад

    Thanks!

  • @javilili100
    @javilili100 2 года назад

    Hello actually i have a problem to use the methood addPAckage cause this gaveme an error by not found. Could u helpme. ? THanks

  • @JustinEmlay
    @JustinEmlay 2 года назад

    Thanks for the list of folders (00040000). Very helpful!

  • @animeshkumarsinha5954
    @animeshkumarsinha5954 2 года назад

    Do you know how to use windbg with usb mode for kernel debugging on two virtual machines?

  • @Medachod
    @Medachod 2 года назад

    Can you make another tutorial on how to make your computer theme Windows 98? Was far more curious on that, despite coming to this video with the intention of loading DLC in Citra.

    • @allmdev
      @allmdev 2 года назад

      check this, www.windowscentral.com/how-disable-system-visual-effects-boost-performance-windows-10