We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cc26c commit 1f9c4ceCopy full SHA for 1f9c4ce
.jenkins/metadata.json
@@ -1,7 +1,4 @@
1
{
2
- "recipes_source/torch_logs.py": {
3
- "duration": 0
4
- },
5
"intermediate_source/ax_multiobjective_nas_tutorial.py": {
6
"extra_files": ["intermediate_source/mnist_train_nas.py"],
7
"duration": 2000
intermediate_source/memory_format_tutorial.py
@@ -376,22 +376,6 @@ def attribute(m):
376
for (k, v) in attrs.items():
377
setattr(m, k, v)
378
379
-import gc
380
-import sys
381
-
382
-torch._dynamo.reset()
383
-if torch.cuda.is_available():
384
- torch.cuda.empty_cache()
385
386
-gc.collect()
387
388
-# Clear any references to the wrapper functions
389
-del old_attrs
390
-del contains_cl
391
-del print_inputs
392
-del check_wrapper
393
-del attribute
394
395
######################################################################
396
# Work to do
397
# ----------
0 commit comments