Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
group1_pretraining
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
20210828028
group1_pretraining
Commits
7cc0231d
Commit
7cc0231d
authored
Oct 29, 2021
by
20210828028
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add prepare_env.sh track
parent
cf1a4f65
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
pet-master/prepare_env.sh
+4
-0
track
+5
-0
No files found.
pet-master/prepare_env.sh
0 → 100644
View file @
7cc0231d
conda create
-n
pet
python
==
3.7
conda activate pet
pip install
-r
requirements.txt
track
0 → 100755
View file @
7cc0231d
#!/bin/bash
cmd
=
$@
/usr/bin/time
--output
memory_usage.log
--append
--format
"%E
\t
%U
\t
%S
\t
%M
\t
%t
\t
%x
\t\"
$cmd
\"
"
$cmd
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment