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

本站现有博文321篇,共被浏览773676

本站已经建立2463天!

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