Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. >git status
  2. On branch master
  3. Your branch is up to date with 'origin/master'.
  4.  
  5. nothing to commit, working tree clean
  6.  
  7. >mvn clean install -DskipTests >mvn.log
  8.  
  9. >git status
  10. On branch master
  11. Your branch is up to date with 'origin/master'.
  12.  
  13. Changes not staged for commit:
  14. (use "git add <file>..." to update what will be committed)
  15. (use "git checkout -- <file>..." to discard changes in working directory)
  16.  
  17. modified: nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/evaluation/classification/Evaluation.java
  18. modified: nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/layers/recurrent/config/SRUCellConfiguration.java
  19. modified: nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/layers/recurrent/config/SRUConfiguration.java
  20. modified: nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/learning/AdaDeltaUpdater.java
  21. modified: nd4j-backends/nd4j-backend-impls/nd4j-native/src/main/java/org/nd4j/nativeblas/Nd4jCpu.java
  22.  
  23. no changes added to commit (use "git add" and/or "git commit -a")
  24.  
  25. > git diff >diff.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement