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

本站现有博文311篇,共被浏览739747

本站已经建立2376天!

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