Skip to content
This repository was archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
new precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ninalopatina committed Jan 10, 2019
1 parent fcf94b1 commit 06395bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@ repos:
rev: v1.2.3
hooks:
- id: trailing-whitespace
files: 'cyphercat/*'
- id: end-of-file-fixer
files: 'cyphercat/*'
- id: check-case-conflict
files: 'cyphercat/*'
- id: double-quote-string-fixer
files: 'cyphercat/*'
- id: check-yaml
- id: requirements-txt-fixer
- id: check-added-large-files
args: [--maxkb=100000]
- id: check-docstring-first
files: 'cyphercat/*'
- id: flake8
files: 'cyphercat/*'
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,16 @@
"metadata": {
"scrolled": false
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[0/15]\n",
"Training:\n"
]
}
],
"source": [
"#file name for this set of hyperparameters\n",
"fn = 'model_weights/CNN_voice_classifier'+data+'_target_'+transform_type+str(n_epochs-1)+'.pth'\n",
Expand Down

0 comments on commit 06395bc

Please sign in to comment.