Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
Image Compression
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nathaniel Callens
Image Compression
Commits
1b29c7d9
Commit
1b29c7d9
authored
Feb 05, 2022
by
Nathaniel Callens
Browse files
Options
Browse Files
Download
Plain Diff
update
parents
5e6580b6
11af363d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
371 deletions
+5
-371
prediction_MSE-checkpoint.ipynb
.ipynb_checkpoints/prediction_MSE-checkpoint.ipynb
+5
-0
prediction_MSE.ipynb
prediction_MSE.ipynb
+0
-371
No files found.
.ipynb_checkpoints/prediction_MSE-checkpoint.ipynb
View file @
1b29c7d9
...
...
@@ -103,7 +103,12 @@
" diff[-1,:] = np.zeros(col) # keep the first row from the image\n",
" diff[:,-1] = np.zeros(row)\n",
" A = np.array([[3,0,-1],[0,3,3],[1,-3,-4]])\n",
<<<<<<< HEAD
" '''\n",
" z0 = image[0:-2,0:-2]\n",
=======
" '''z0 = image[0:-2,0:-2]\n",
>>>>>>> 33741419ea105dcee4ccf23ef34dcfabd7c1c968
" z1 = image[0:-2,1:-1]\n",
" z2 = image[0:-2,2::]\n",
" z3 = image[1:-1,0:-2]\n",
...
...
prediction_MSE.ipynb
deleted
100644 → 0
View file @
5e6580b6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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