List of commits:
Subject Hash Author Date (UTC)
fix 16a965862eaefa554a540fd2eeee26f73907d5dd Xiangru Lian 2019-01-07 21:37:12
fix setup.py 24e85045cc859ffa7d6f514c80257fde94c0794a Xiangru Lian 2019-01-07 21:35:15
compatible with setup.py 657782ac87ea9251f2e3726b483089eca5384caf Xiangru Lian 2019-01-07 21:33:48
initial commit 27cb0b3b4f5f20240af6d14ead4f373a1aaa5343 Xiangru Lian 2019-01-07 21:26:20
Update .gitignore 52642556fea807b773617938eecd2d9d17f34bc6 ikzk 2019-01-07 20:16:37
Commit 16a965862eaefa554a540fd2eeee26f73907d5dd - fix
Author: Xiangru Lian
Author date (UTC): 2019-01-07 21:37
Committer name: Xiangru Lian
Committer date (UTC): 2019-01-07 21:37
Parent(s): 24e85045cc859ffa7d6f514c80257fde94c0794a
Signing key:
Tree: d704c11ebf4463adb0d2443e37afcabe97cdc279
File Lines added Lines deleted
persia_pytorch_toolkit/__init__.py 3 0
persia_pytorch_toolkit/model_utils.py 1 2
File persia_pytorch_toolkit/__init__.py changed (mode: 100644) (index e69de29..a2720b1)
1 import utils
2 import model_utils
3 import tensor_utils
File persia_pytorch_toolkit/model_utils.py changed (mode: 100644) (index 40d74ce..cb5c347)
1 1 import torch import torch
2 2 import os import os
3 import .utils
4
3 from persia_pytorch_toolkit import utils
5 4
6 5 def _ensure_module(model): def _ensure_module(model):
7 6 "handle DataParallel etc" "handle DataParallel etc"
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/ikzk/persia-pytorch-toolkit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/ikzk/persia-pytorch-toolkit

Clone this repository using git:
git clone git://git.rocketgit.com/user/ikzk/persia-pytorch-toolkit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main