We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4632942 commit ea63c3eCopy full SHA for ea63c3e
mnist-classifaction/train_job/deploy.py
@@ -25,8 +25,8 @@
25
resources=Resources(
26
cpu_request=0.5,
27
cpu_limit=0.5,
28
- memory_request=1000,
29
- memory_limit=1500
+ memory_request=1500,
+ memory_limit=2000
30
)
31
32
mnist-classifaction/train_job/train.py
@@ -42,7 +42,6 @@
42
plt.axis('off')
43
run.log_plots({"images": plt})
44
plt.tight_layout()
45
-plt.show()
46
47
48
# Define the model architecture
0 commit comments