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

本站现有博文333篇,共被浏览913705

本站已经建立2616天!

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