github上传文件步骤

```python

user@DESKTOP-280RE7Q MINGW64 /d/Desktop/123456
$ git clone https://github.com/snake2320/loss_function.git
# Cloning into 'loss_function'...
# remote: Enumerating objects: 3, done.
# remote: Counting objects: 100% (3/3), done.
# remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
# Receiving objects: 100% (3/3), done.

user@DESKTOP-280RE7Q MINGW64 /d/Desktop/123456
$ cd loss_function

user@DESKTOP-280RE7Q MINGW64 /d/Desktop/123456/loss_function (main)
$ git init
Reinitialized existing Git repository in D:/Desktop/123456/loss_function/.git/

user@DESKTOP-280RE7Q MINGW64 /d/Desktop/123456/loss_function (main)
$ git add .
# warning: in the working copy of 'project/evalution_segmentaion.py', LF will be replaced by CRLF the next time Git touches it
# warning: in the working copy of 'project/predict.py', LF will be replaced by CRLF the next time Git touches it
# warning: in the working copy of 'project/test.py', LF will be replaced by CRLF the next time Git touches it
# warning: in the working copy of 'project/train.py', LF will be replaced by CRLF the next time Git touches it


user@DESKTOP-280RE7Q MINGW64 /d/Desktop/123456/loss_function (main)
$ git config --global user.email "zk1540592117@gmail.com"

user@DESKTOP-280RE7Q MINGW64 /d/Desktop/123456/loss_function (main)
$ git config --global user.name "snake2320"

user@DESKTOP-280RE7Q MINGW64 /d/Desktop/123456/loss_function (main)
$ git commit -m "creat a program"
# [main 5011cd5] creat a program
#  40 files changed, 2375 insertions(+)
#  create mode 100644 project/cfg.py
#  create mode 100644 project/data_analysis/Data_analysis_iou_fcn.py
#  create mode 100644 project/data_analysis/Data_analysis_iou_unet.py
#  create mode 100644 project/data_analysis/__init__.py
#  create mode 100644 project/data_analysis/analysis_NET.py
#  create mode 100644 project/data_analysis/analysis_gamma.py
#  create mode 100644 project/data_analysis/log_contrast.py
#  create mode 100644 project/dataset.py
#  create mode 100644 project/evalution_segmentaion.py
#  create mode 100644 project/loss_function/DPCE_loss_5.py
#  create mode 100644 project/loss_function/GDice_loss_9.py
#  create mode 100644 project/loss_function/PGDice_loss_11.py
#  create mode 100644 project/loss_function/Refinement_loss.py
#  create mode 100644 project/loss_function/__init__.py
#  create mode 100644 project/loss_function/__pycache__/__init__.cpython-37.pyc
#  create mode 100644 project/loss_function/asym_loss_10.py
#  create mode 100644 project/loss_function/boundary_loss_12.py
#  create mode 100644 project/loss_function/ce_loss_1.py
#  create mode 100644 project/loss_function/dice_loss_6.py
#  create mode 100644 project/loss_function/focal_loss_4.py
#  create mode 100644 project/loss_function/focal_tversky_loss_15.py
#  create mode 100644 project/loss_function/hausdorff_loss_13.py
#  create mode 100644 project/loss_function/lovasz_loss_7.py
#  create mode 100644 project/loss_function/ss_loss_14.py
#  create mode 100644 project/loss_function/topk_loss_3.py
#  create mode 100644 project/loss_function/tversky_loss_8.py
#  create mode 100644 project/loss_function/wce_loss_2.py
#  create mode 100644 project/predict.py
#  create mode 100644 project/test.py
#  create mode 100644 project/tools/__init__.py
#  create mode 100644 project/tools/__pycache__/__init__.cpython-37.pyc
#  create mode 100644 project/tools/__pycache__/list_mean.cpython-37.pyc
#  create mode 100644 project/tools/__pycache__/normalization.cpython-37.pyc
#  create mode 100644 project/tools/__pycache__/one_hot.cpython-37.pyc
#  create mode 100644 project/tools/acc_ploy.py
#  create mode 100644 project/tools/boundary_weight.py
#  create mode 100644 project/tools/list_mean.py
#  create mode 100644 project/tools/normalization.py
#  create mode 100644 project/tools/one_hot.py
#  create mode 100644 project/train.py

user@DESKTOP-280RE7Q MINGW64 /d/Desktop/123456/loss_function (main)
$ git push
# Enumerating objects: 47, done.
# Counting objects: 100% (47/47), done.
# Delta compression using up to 8 threads
# Compressing objects: 100% (45/45), done.
# Writing objects: 100% (46/46), 68.46 KiB | 5.27 MiB/s, done.
# Total 46 (delta 14), reused 0 (delta 0), pack-reused 0
# remote: Resolving deltas: 100% (14/14), done.
# To https://github.com/snake2320/loss_function.git
#    6d816c1..5011cd5  main -> main


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

后天...

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值