Skip to content

Commit ea63c3e

Browse files
committed
nit: fixes
1 parent 4632942 commit ea63c3e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

mnist-classifaction/train_job/deploy.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
resources=Resources(
2626
cpu_request=0.5,
2727
cpu_limit=0.5,
28-
memory_request=1000,
29-
memory_limit=1500
28+
memory_request=1500,
29+
memory_limit=2000
3030
)
3131

3232
)

mnist-classifaction/train_job/train.py

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
plt.axis('off')
4343
run.log_plots({"images": plt})
4444
plt.tight_layout()
45-
plt.show()
4645

4746

4847
# Define the model architecture

0 commit comments

Comments
 (0)