-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Lynn Garren edited this page Apr 14, 2022
·
2 revisions
This project is for deep learning neural networks.
The repository is on github
The initial commit supports tensorflow and trtis_clients.
larrecodnn was created from larreco/RecoAlg/ImagePatternAlgs
All files except those in ImagePatternAlgs/DataProvider were moved from larreco to larrecodnn
git clone [email protected]:LArSoft/larreco.git larreco.1
cd larreco
hub pr checkout 6
git co develop
git merge feature/mw_trtisPtIdAlg
- fix larreco/RecoAlg/ImagePatternAlgs/Tensorflow/PointIdAlg/CMakeLists.txt conflict
git branch -d feature/mw_trtisPtIdAlg
git remote rm origin
should only have the develop branch
cd ..
git clone larreco.1 larrecodnn.try4
cd larrecodnn.try4
git remote rm origin
~/devel/lar/laradmin/refactor/larrecodnn/gitMoveLarreco
- this step leaves a backup in .git
~/devel/lar/laradmin/refactor/larrecodnn/cleanup_larrecodnn.sh
- now we can delete history
~/devel/lar/laradmin/svnToGit/helpers/git-delete-history.sh larreco test larrecodnn/ImagePatternAlgs/DataProvider
This now looks good.
Run the migration script and add larrecodnn/CMakeLists.txt
../../v08_46_00/srcs/larsoft/bin/v08_46_00-larrecodnn/MigrateImagePatternAlgs.sh
fix ups/product_deps
on github
add new (empty) repository in the LArSoft organization
on redmine, add the LArRecoDNN project
git remote add origin [email protected]:LArSoft/larrecodnn.git
git push -u origin develop
Find more complete LArSoft documentation at https://larsoft.github.io/