Skip to content
Snippets Groups Projects
Commit 1a023a4e authored by tomrink's avatar tomrink
Browse files

`snapshot...`

parent 22520fae
No related branches found
No related tags found
No related merge requests found
......@@ -231,6 +231,8 @@ class SRCNN:
self.y_k = slice(1, LEN_Y + 3)
self.x_128 = slice(4, LEN_X + 4)
self.y_128 = slice(4, LEN_Y + 4)
self.LEN_X = LEN_X
self.LEN_Y = LEN_Y
tf.debugging.set_log_device_placement(LOG_DEVICE_PLACEMENT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment