EADST

Make New Folder with Current Date

Make New Folder with Current Date

import time
import os

#obtain local time
time_now = time.strftime("%Y%m%d", time.localtime())
#obtain current path
root = os.getcwd() 
path = os.path.join(root, time_now)

if not os.path.exists(path):
    os.makedirs(path)
    print("make new dir: ", path)
相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
净利润 Distillation VPN DeepStream WAN v0.dev 强化学习 diffusers 音频 Pillow Video Bipartite 顶会 PIP XML logger Datetime OpenAI Attention Permission Windows Food Ptyhon 多线程 HaggingFace Transformers Claude Statistics Diagram 递归学习法 mmap ModelScope Qwen Math Paper Git SVR LeetCode 算法题 API Gemma git GoogLeNet RGB Tensor 继承 uWSGI Hilton LLM 财报 VGG-16 FlashAttention CLAP SQL Docker FastAPI Animate 多进程 SQLite Plate TSV CC News CV Domain TTS BF16 GPT4 CTC MD5 Land AI Ubuntu Zip Pytorch 版权 Data Augmentation Disk CUDA FP64 Shortcut Safetensors PDF TensorRT Pickle 飞书 Bert SAM tqdm Translation transformers C++ NameSilo ResNet-50 EXCEL Markdown Clash Numpy SPIE BTC hf Crawler Google Mixtral GGML ONNX QWEN Tracking Paddle Baidu Pandas JSON git-lfs PyTorch Conda VSCode FP32 Github scipy tar Proxy Card NLP Algorithm PDB Password 公式 LoRA LLAMA 搞笑 OpenCV Qwen2.5 Miniforge Bitcoin Freesound GIT YOLO Hotel 第一性原理 v2ray 证件照 NLTK llama.cpp Cloudreve Dataset UI Streamlit Knowledge GPTQ uwsgi Jupyter CAM Jetson Breakpoint Color Hungarian UNIX Input Anaconda Linux Excel Sklearn Use 腾讯云 Plotly IndexTTS2 Magnet Llama Heatmap 签证 Agent Website Review Django Quantize 阿里云 CSV Interview torchinfo Vmess DeepSeek Tiktoken ChatGPT LaTeX CEIR Qwen2 Logo 图形思考法 域名 Template RAR Bin XGBoost Firewall FP16 InvalidArgumentError Python FP8 关于博主 Quantization Michelin Vim HuggingFace Image2Text BeautifulSoup 报税 Nginx Search Random OCR Web PyCharm printf WebCrawler COCO TensorFlow Base64
站点统计

本站现有博文320篇,共被浏览757163

本站已经建立2422天!

热门文章
文章归档
回到顶部