Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jantic
GitHub Repository: jantic/deoldify
Path: blob/master/fastai/test_registry.json
781 views
1
{
2
"fastai.basic_data.DataBunch": [
3
{
4
"file": "tests/test_data_block.py",
5
"line": 152,
6
"test": "test_custom_dataset"
7
}
8
],
9
"fastai.basic_data.DataBunch.create": [
10
{
11
"file": "tests/test_basic_data.py",
12
"line": 30,
13
"test": "test_DataBunch_Create"
14
},
15
{
16
"file": "tests/test_basic_data.py",
17
"line": 44,
18
"test": "test_DataBunch_no_valid_dl"
19
}
20
],
21
"fastai.basic_data.DataBunch.one_batch": [
22
{
23
"file": "tests/test_basic_data.py",
24
"line": 58,
25
"test": "test_DataBunch_onebatch"
26
},
27
{
28
"file": "tests/test_text_data.py",
29
"line": 83,
30
"test": "test_should_load_backwards_lm_1"
31
},
32
{
33
"file": "tests/test_text_data.py",
34
"line": 99,
35
"test": "test_should_load_backwards_lm_2"
36
},
37
{
38
"file": "tests/test_text_data.py",
39
"line": 110,
40
"test": "test_backwards_cls_databunch"
41
},
42
{
43
"file": "tests/test_basic_data.py",
44
"line": 83,
45
"test": "test_DataBunch_save_load"
46
}
47
],
48
"fastai.basic_data.DataBunch.one_item": [
49
{
50
"file": "tests/test_basic_data.py",
51
"line": 67,
52
"test": "test_DataBunch_oneitem"
53
}
54
],
55
"fastai.basic_data.DataBunch.save": [
56
{
57
"file": "tests/test_basic_data.py",
58
"line": 83,
59
"test": "test_DataBunch_save_load"
60
}
61
],
62
"fastai.basic_data.DataBunch.show_batch": [
63
{
64
"file": "tests/test_basic_data.py",
65
"line": 75,
66
"test": "test_DataBunch_show_batch"
67
}
68
],
69
"fastai.basic_data.intercept_args": [
70
{
71
"file": "tests/test_basic_data.py",
72
"line": 18,
73
"test": "test_intercept_args"
74
}
75
],
76
"fastai.basic_data.load_data": [
77
{
78
"file": "tests/test_text_data.py",
79
"line": 129,
80
"test": "test_load_and_save_test"
81
},
82
{
83
"file": "tests/test_basic_data.py",
84
"line": 83,
85
"test": "test_DataBunch_save_load"
86
}
87
],
88
"fastai.basic_train.Learner.destroy": [
89
{
90
"file": "tests/test_basic_train.py",
91
"line": 170,
92
"test": "test_destroy"
93
},
94
{
95
"file": "tests/test_basic_train.py",
96
"line": 213,
97
"test": "test_memory"
98
}
99
],
100
"fastai.basic_train.Learner.export": [
101
{
102
"file": "tests/test_basic_train.py",
103
"line": 230,
104
"test": "test_export_load_learner"
105
}
106
],
107
"fastai.basic_train.Learner.fit": [
108
{
109
"file": "tests/test_train.py",
110
"line": 28,
111
"test": "test_fit"
112
}
113
],
114
"fastai.basic_train.Learner.freeze": [
115
{
116
"file": "tests/test_basic_train.py",
117
"line": 49,
118
"test": "test_freeze"
119
}
120
],
121
"fastai.basic_train.Learner.freeze_to": [
122
{
123
"file": "tests/test_basic_train.py",
124
"line": 39,
125
"test": "test_freeze_to"
126
}
127
],
128
"fastai.basic_train.Learner.get_preds": [
129
{
130
"file": "tests/test_basic_train.py",
131
"line": 32,
132
"test": "test_get_preds"
133
}
134
],
135
"fastai.basic_train.Learner.load": [
136
{
137
"file": "tests/test_basic_train.py",
138
"line": 104,
139
"test": "test_save_load"
140
},
141
{
142
"file": "tests/test_basic_train.py",
143
"line": 213,
144
"test": "test_memory"
145
}
146
],
147
"fastai.basic_train.Learner.predict": [
148
{
149
"file": "tests/test_vision_train.py",
150
"line": 63,
151
"test": "test_preds"
152
},
153
{
154
"file": "tests/test_vision_train.py",
155
"line": 89,
156
"test": "test_models_meta"
157
}
158
],
159
"fastai.basic_train.Learner.purge": [
160
{
161
"file": "tests/test_basic_train.py",
162
"line": 76,
163
"test": "test_purge"
164
},
165
{
166
"file": "tests/test_basic_train.py",
167
"line": 104,
168
"test": "test_save_load"
169
},
170
{
171
"file": "tests/test_basic_train.py",
172
"line": 213,
173
"test": "test_memory"
174
}
175
],
176
"fastai.basic_train.Learner.save": [
177
{
178
"file": "tests/test_basic_train.py",
179
"line": 104,
180
"test": "test_save_load"
181
},
182
{
183
"file": "tests/test_basic_train.py",
184
"line": 213,
185
"test": "test_memory"
186
}
187
],
188
"fastai.basic_train.Learner.unfreeze": [
189
{
190
"file": "tests/test_basic_train.py",
191
"line": 58,
192
"test": "test_unfreeze"
193
}
194
],
195
"fastai.basic_train.Learner.validate": [
196
{
197
"file": "tests/test_collab_train.py",
198
"line": 16,
199
"test": "test_val_loss"
200
},
201
{
202
"file": "tests/test_text_train.py",
203
"line": 56,
204
"test": "test_val_loss"
205
}
206
],
207
"fastai.basic_train.Recorder": [
208
{
209
"file": "tests/test_vision_train.py",
210
"line": 49,
211
"test": "test_1cycle_lrs"
212
},
213
{
214
"file": "tests/test_vision_train.py",
215
"line": 56,
216
"test": "test_1cycle_moms"
217
}
218
],
219
"fastai.basic_train.load_learner": [
220
{
221
"file": "tests/test_basic_train.py",
222
"line": 230,
223
"test": "test_export_load_learner"
224
}
225
],
226
"fastai.basic_train.validate": [
227
{
228
"file": "tests/test_tabular_train.py",
229
"line": 26,
230
"test": "test_accuracy"
231
}
232
],
233
"fastai.callback.AverageMetric": [
234
{
235
"file": "tests/test_metrics.py",
236
"line": 213,
237
"test": "test_average_metric_naming"
238
}
239
],
240
"fastai.callback.Callback": [
241
{
242
"file": "tests/test_callback.py",
243
"line": 33,
244
"test": "test_callbacks_learner"
245
},
246
{
247
"file": "tests/test_callback.py",
248
"line": 64,
249
"test": "test_callbacks_fit"
250
}
251
],
252
"fastai.callbacks.csv_logger.CSVLogger": [
253
{
254
"file": "tests/test_callbacks_csv_logger.py",
255
"line": 37,
256
"test": "test_logger"
257
}
258
],
259
"fastai.callbacks.hooks.hook_output": [
260
{
261
"file": "tests/test_callbacks_hooks.py",
262
"line": 74,
263
"test": "test_hook_output_basics"
264
}
265
],
266
"fastai.callbacks.hooks.model_summary": [
267
{
268
"file": "tests/test_callbacks_hooks.py",
269
"line": 18,
270
"test": "test_model_summary_vision"
271
},
272
{
273
"file": "tests/test_callbacks_hooks.py",
274
"line": 26,
275
"test": "test_model_summary_text"
276
},
277
{
278
"file": "tests/test_callbacks_hooks.py",
279
"line": 33,
280
"test": "test_model_summary_tabular"
281
},
282
{
283
"file": "tests/test_callbacks_hooks.py",
284
"line": 48,
285
"test": "test_model_summary_collab"
286
},
287
{
288
"file": "tests/test_basic_train.py",
289
"line": 230,
290
"test": "test_export_load_learner"
291
}
292
],
293
"fastai.callbacks.mem.PeakMemMetric": [
294
{
295
"file": "tests/test_callbacks_mem.py",
296
"line": 8,
297
"test": "test_peak_mem_metric"
298
}
299
],
300
"fastai.callbacks.misc.StopAfterNBatches": [
301
{
302
"file": "tests/test_callbacks_misc.py",
303
"line": 22,
304
"test": "test_stop_after_n_batches"
305
}
306
],
307
"fastai.core.Category": [
308
{
309
"file": "tests/test_core.py",
310
"line": 242,
311
"test": "test_itembase_eq"
312
}
313
],
314
"fastai.core.Category.__hash__": [
315
{
316
"file": "tests/test_core.py",
317
"line": 304,
318
"test": "test_itembase_hash"
319
}
320
],
321
"fastai.core.FloatItem": [
322
{
323
"file": "tests/test_core.py",
324
"line": 242,
325
"test": "test_itembase_eq"
326
}
327
],
328
"fastai.core.FloatItem.__hash__": [
329
{
330
"file": "tests/test_core.py",
331
"line": 304,
332
"test": "test_itembase_hash"
333
}
334
],
335
"fastai.core.ItemBase.__eq__": [
336
{
337
"file": "tests/test_core.py",
338
"line": 242,
339
"test": "test_itembase_eq"
340
},
341
{
342
"file": "tests/test_core.py",
343
"line": 304,
344
"test": "test_itembase_hash"
345
}
346
],
347
"fastai.core.MultiCategory": [
348
{
349
"file": "tests/test_core.py",
350
"line": 242,
351
"test": "test_itembase_eq"
352
}
353
],
354
"fastai.core.MultiCategory.__hash__": [
355
{
356
"file": "tests/test_core.py",
357
"line": 304,
358
"test": "test_itembase_hash"
359
}
360
],
361
"fastai.core.arrays_split": [
362
{
363
"file": "tests/test_core.py",
364
"line": 141,
365
"test": "test_arrays_split"
366
}
367
],
368
"fastai.core.camel2snake": [
369
{
370
"file": "tests/test_core.py",
371
"line": 164,
372
"test": "test_camel2snake"
373
}
374
],
375
"fastai.core.chunks": [
376
{
377
"file": "tests/test_core.py",
378
"line": 46,
379
"test": "test_chunks"
380
}
381
],
382
"fastai.core.df_names_to_idx": [
383
{
384
"file": "tests/test_core.py",
385
"line": 213,
386
"test": "test_df_names_to_idx"
387
}
388
],
389
"fastai.core.download_url": [
390
{
391
"file": "tests/test_core.py",
392
"line": 193,
393
"test": "test_download_url"
394
}
395
],
396
"fastai.core.even_mults": [
397
{
398
"file": "tests/test_core.py",
399
"line": 178,
400
"test": "test_even_mults"
401
}
402
],
403
"fastai.core.find_classes": [
404
{
405
"file": "tests/test_core.py",
406
"line": 131,
407
"test": "test_find_classes"
408
}
409
],
410
"fastai.core.idx_dict": [
411
{
412
"file": "tests/test_core.py",
413
"line": 125,
414
"test": "test_idx_dict"
415
}
416
],
417
"fastai.core.ifnone": [
418
{
419
"file": "tests/test_core.py",
420
"line": 39,
421
"test": "test_ifnone"
422
}
423
],
424
"fastai.core.is1d": [
425
{
426
"file": "tests/test_core.py",
427
"line": 235,
428
"test": "test_is1d"
429
}
430
],
431
"fastai.core.is_dict": [
432
{
433
"file": "tests/test_core.py",
434
"line": 76,
435
"test": "test_dict"
436
}
437
],
438
"fastai.core.is_listy": [
439
{
440
"file": "tests/test_core.py",
441
"line": 59,
442
"test": "test_listy"
443
}
444
],
445
"fastai.core.is_tuple": [
446
{
447
"file": "tests/test_core.py",
448
"line": 70,
449
"test": "test_tuple"
450
}
451
],
452
"fastai.core.join_path": [
453
{
454
"file": "tests/test_core.py",
455
"line": 206,
456
"test": "test_join_paths"
457
}
458
],
459
"fastai.core.listify": [
460
{
461
"file": "tests/test_core.py",
462
"line": 25,
463
"test": "test_listify"
464
}
465
],
466
"fastai.core.noop": [
467
{
468
"file": "tests/test_core.py",
469
"line": 82,
470
"test": "test_noop"
471
}
472
],
473
"fastai.core.num_cpus": [
474
{
475
"file": "tests/test_core.py",
476
"line": 8,
477
"test": "test_cpus"
478
}
479
],
480
"fastai.core.one_hot": [
481
{
482
"file": "tests/test_core.py",
483
"line": 218,
484
"test": "test_one_hot"
485
}
486
],
487
"fastai.core.partition": [
488
{
489
"file": "tests/test_core.py",
490
"line": 94,
491
"test": "test_partition_functionality"
492
}
493
],
494
"fastai.core.random_split": [
495
{
496
"file": "tests/test_core.py",
497
"line": 154,
498
"test": "test_random_split"
499
}
500
],
501
"fastai.core.recurse": [
502
{
503
"file": "tests/test_core.py",
504
"line": 29,
505
"test": "test_recurse"
506
}
507
],
508
"fastai.core.series2cat": [
509
{
510
"file": "tests/test_core.py",
511
"line": 184,
512
"test": "test_series2cat"
513
}
514
],
515
"fastai.core.subplots": [
516
{
517
"file": "tests/test_core.py",
518
"line": 222,
519
"test": "test_subplots_multi_row_cols"
520
},
521
{
522
"file": "tests/test_core.py",
523
"line": 229,
524
"test": "test_subplots_single"
525
}
526
],
527
"fastai.core.to_int": [
528
{
529
"file": "tests/test_core.py",
530
"line": 86,
531
"test": "test_to_int"
532
}
533
],
534
"fastai.core.uniqueify": [
535
{
536
"file": "tests/test_core.py",
537
"line": 53,
538
"test": "test_uniqueify"
539
}
540
],
541
"fastai.data_block.CategoryProcessor.process_one": [
542
{
543
"file": "tests/test_data_block.py",
544
"line": 80,
545
"test": "test_category_processor_existing_class"
546
},
547
{
548
"file": "tests/test_data_block.py",
549
"line": 91,
550
"test": "test_category_processor_non_existing_class"
551
}
552
],
553
"fastai.data_block.ItemList.filter_by_folder": [
554
{
555
"file": "tests/test_data_block.py",
556
"line": 161,
557
"test": "test_filter_by_folder"
558
}
559
],
560
"fastai.data_block.ItemList.filter_by_rand": [
561
{
562
"file": "tests/test_data_block.py",
563
"line": 112,
564
"test": "test_filter_by_rand"
565
}
566
],
567
"fastai.data_block.ItemList.label_from_folder": [
568
{
569
"file": "tests/test_text_data.py",
570
"line": 30,
571
"test": "test_from_folder"
572
},
573
{
574
"file": "tests/test_text_data.py",
575
"line": 42,
576
"test": "test_filter_classes"
577
}
578
],
579
"fastai.data_block.ItemList.split_by_rand_pct": [
580
{
581
"file": "tests/test_data_block.py",
582
"line": 103,
583
"test": "test_splitdata_datasets"
584
}
585
],
586
"fastai.data_block.ItemList.split_subsets": [
587
{
588
"file": "tests/test_data_block.py",
589
"line": 121,
590
"test": "test_split_subsets"
591
}
592
],
593
"fastai.data_block.LabelLists.databunch": [
594
{
595
"file": "tests/test_vision_data.py",
596
"line": 217,
597
"test": "test_vision_datasets"
598
}
599
],
600
"fastai.datasets.Config": [
601
{
602
"file": "tests/test_datasets.py",
603
"line": 15,
604
"test": "test_creates_config"
605
},
606
{
607
"file": "tests/test_datasets.py",
608
"line": 26,
609
"test": "test_load_config"
610
},
611
{
612
"file": "tests/test_datasets.py",
613
"line": 29,
614
"test": "test_default_config"
615
},
616
{
617
"file": "tests/test_datasets.py",
618
"line": 42,
619
"test": "test_user_config"
620
}
621
],
622
"fastai.datasets.datapath4file": [
623
{
624
"file": "tests/test_datasets.py",
625
"line": 26,
626
"test": "test_load_config"
627
},
628
{
629
"file": "tests/test_datasets.py",
630
"line": 42,
631
"test": "test_user_config"
632
}
633
],
634
"fastai.datasets.download_data": [
635
{
636
"file": "tests/test_datasets.py",
637
"line": 26,
638
"test": "test_load_config"
639
},
640
{
641
"file": "tests/test_datasets.py",
642
"line": 42,
643
"test": "test_user_config"
644
}
645
],
646
"fastai.datasets.untar_data": [
647
{
648
"file": "tests/test_vision_data.py",
649
"line": 165,
650
"test": "test_trunc_download"
651
},
652
{
653
"file": "tests/test_datasets.py",
654
"line": 26,
655
"test": "test_load_config"
656
},
657
{
658
"file": "tests/test_datasets.py",
659
"line": 42,
660
"test": "test_user_config"
661
}
662
],
663
"fastai.datasets.url2path": [
664
{
665
"file": "tests/test_datasets.py",
666
"line": 26,
667
"test": "test_load_config"
668
},
669
{
670
"file": "tests/test_datasets.py",
671
"line": 42,
672
"test": "test_user_config"
673
}
674
],
675
"fastai.gen_doc.doctest.merge_registries": [
676
{
677
"file": "tests/test_gen_doc_nbtest.py",
678
"line": 199,
679
"test": "test_merge_registries"
680
}
681
],
682
"fastai.gen_doc.doctest.this_tests": [
683
{
684
"file": "tests/test_gen_doc_nbtest.py",
685
"line": 75,
686
"test": "test_this_tests"
687
}
688
],
689
"fastai.gen_doc.nbtest._fuzzy_line_match": [
690
{
691
"file": "tests/test_gen_doc_nbtest.py",
692
"line": 61,
693
"test": "test_fuzzy_line_match"
694
}
695
],
696
"fastai.gen_doc.nbtest._is_file_match": [
697
{
698
"file": "tests/test_gen_doc_nbtest.py",
699
"line": 16,
700
"test": "test_is_file_match"
701
}
702
],
703
"fastai.gen_doc.nbtest._submodule_name": [
704
{
705
"file": "tests/test_gen_doc_nbtest.py",
706
"line": 7,
707
"test": "test_submodule_name"
708
}
709
],
710
"fastai.gen_doc.nbtest.direct_test_match": [
711
{
712
"file": "tests/test_gen_doc_nbtest.py",
713
"line": 38,
714
"test": "test_direct_test_match"
715
},
716
{
717
"file": "tests/test_gen_doc_nbtest.py",
718
"line": 46,
719
"test": "test_direct_test_match_class_methods"
720
}
721
],
722
"fastai.gen_doc.nbtest.fuzzy_test_match": [
723
{
724
"file": "tests/test_gen_doc_nbtest.py",
725
"line": 38,
726
"test": "test_fuzzy_test_match"
727
}
728
],
729
"fastai.gen_doc.nbtest.get_file": [
730
{
731
"file": "tests/test_gen_doc_nbtest.py",
732
"line": 26,
733
"test": "test_wrapped_functions"
734
}
735
],
736
"fastai.gen_doc.nbtest.get_tests_dir": [
737
{
738
"file": "tests/test_gen_doc_nbtest.py",
739
"line": 70,
740
"test": "test_get_tests_dir"
741
}
742
],
743
"fastai.layers.SelfAttention": [
744
{
745
"file": "tests/test_torch_core.py",
746
"line": 269,
747
"test": "test_keep_parameter"
748
}
749
],
750
"fastai.metrics.accuracy": [
751
{
752
"file": "tests/test_metrics.py",
753
"line": 44,
754
"test": "test_accuracy"
755
},
756
{
757
"file": "tests/test_vision_train.py",
758
"line": 41,
759
"test": "test_accuracy"
760
}
761
],
762
"fastai.metrics.accuracy_thresh": [
763
{
764
"file": "tests/test_metrics.py",
765
"line": 99,
766
"test": "test_accuracy_thresh"
767
}
768
],
769
"fastai.metrics.dice": [
770
{
771
"file": "tests/test_metrics.py",
772
"line": 108,
773
"test": "test_dice"
774
},
775
{
776
"file": "tests/test_metrics.py",
777
"line": 118,
778
"test": "test_dice_iou"
779
}
780
],
781
"fastai.metrics.error_rate": [
782
{
783
"file": "tests/test_metrics.py",
784
"line": 86,
785
"test": "test_error_rate"
786
},
787
{
788
"file": "tests/test_vision_train.py",
789
"line": 45,
790
"test": "test_error_rate"
791
}
792
],
793
"fastai.metrics.exp_rmspe": [
794
{
795
"file": "tests/test_metrics.py",
796
"line": 90,
797
"test": "test_exp_rmspe"
798
},
799
{
800
"file": "tests/test_metrics.py",
801
"line": 94,
802
"test": "test_exp_rmspe_num_of_ele"
803
}
804
],
805
"fastai.metrics.explained_variance": [
806
{
807
"file": "tests/test_metrics.py",
808
"line": 174,
809
"test": "test_explained_variance"
810
}
811
],
812
"fastai.metrics.fbeta": [
813
{
814
"file": "tests/test_metrics.py",
815
"line": 126,
816
"test": "test_fbeta"
817
}
818
],
819
"fastai.metrics.foreground_acc": [
820
{
821
"file": "tests/test_metrics.py",
822
"line": 78,
823
"test": "test_foreground_acc"
824
}
825
],
826
"fastai.metrics.mean_absolute_error": [
827
{
828
"file": "tests/test_metrics.py",
829
"line": 135,
830
"test": "test_mae"
831
}
832
],
833
"fastai.metrics.mean_squared_error": [
834
{
835
"file": "tests/test_metrics.py",
836
"line": 144,
837
"test": "test_mse"
838
}
839
],
840
"fastai.metrics.mean_squared_logarithmic_error": [
841
{
842
"file": "tests/test_metrics.py",
843
"line": 163,
844
"test": "test_msle"
845
}
846
],
847
"fastai.metrics.r2_score": [
848
{
849
"file": "tests/test_metrics.py",
850
"line": 185,
851
"test": "test_r2_score"
852
}
853
],
854
"fastai.metrics.root_mean_squared_error": [
855
{
856
"file": "tests/test_metrics.py",
857
"line": 153,
858
"test": "test_rmse"
859
}
860
],
861
"fastai.metrics.top_k_accuracy": [
862
{
863
"file": "tests/test_metrics.py",
864
"line": 69,
865
"test": "test_top_k_accuracy"
866
}
867
],
868
"fastai.tabular.data.TabularList.from_df": [
869
{
870
"file": "tests/test_tabular_data.py",
871
"line": 5,
872
"test": "test_from_df"
873
}
874
],
875
"fastai.tabular.models._cl_int_from_learner": [
876
{
877
"file": "tests/test_vision_train.py",
878
"line": 72,
879
"test": "test_interp"
880
}
881
],
882
"fastai.tabular.models._learner_interpret": [
883
{
884
"file": "tests/test_vision_train.py",
885
"line": 78,
886
"test": "test_interp_shortcut"
887
}
888
],
889
"fastai.tabular.transform.Categorify": [
890
{
891
"file": "tests/test_tabular_transform.py",
892
"line": 6,
893
"test": "test_categorify"
894
}
895
],
896
"fastai.tabular.transform.FillMissing": [
897
{
898
"file": "tests/test_tabular_transform.py",
899
"line": 30,
900
"test": "test_default_fill_strategy_is_median"
901
}
902
],
903
"fastai.tabular.transform.FillMissing.apply_test": [
904
{
905
"file": "tests/test_tabular_transform.py",
906
"line": 36,
907
"test": "test_fill_missing_leaves_no_na_values"
908
},
909
{
910
"file": "tests/test_tabular_transform.py",
911
"line": 49,
912
"test": "test_fill_missing_returns_correct_medians"
913
}
914
],
915
"fastai.tabular.transform.FillMissing.apply_train": [
916
{
917
"file": "tests/test_tabular_transform.py",
918
"line": 36,
919
"test": "test_fill_missing_leaves_no_na_values"
920
},
921
{
922
"file": "tests/test_tabular_transform.py",
923
"line": 49,
924
"test": "test_fill_missing_returns_correct_medians"
925
}
926
],
927
"fastai.tabular.transform.cont_cat_split": [
928
{
929
"file": "tests/test_tabular_transform.py",
930
"line": 64,
931
"test": "test_cont_cat_split"
932
}
933
],
934
"fastai.text.data.SortSampler": [
935
{
936
"file": "tests/test_text_data.py",
937
"line": 158,
938
"test": "test_sampler"
939
},
940
{
941
"file": "tests/test_text_data.py",
942
"line": 158,
943
"test": "test_sort_sampler"
944
}
945
],
946
"fastai.text.data.SortishSampler": [
947
{
948
"file": "tests/test_text_data.py",
949
"line": 143,
950
"test": "test_sortish_sampler"
951
}
952
],
953
"fastai.text.data.TextDataBunch.from_csv": [
954
{
955
"file": "tests/test_text_data.py",
956
"line": 57,
957
"test": "test_from_csv_and_from_df"
958
}
959
],
960
"fastai.text.data.TextDataBunch.from_df": [
961
{
962
"file": "tests/test_text_data.py",
963
"line": 57,
964
"test": "test_from_csv_and_from_df"
965
}
966
],
967
"fastai.text.data.TextDataBunch.from_ids": [
968
{
969
"file": "tests/test_text_data.py",
970
"line": 173,
971
"test": "test_from_ids_works_for_equally_length_sentences"
972
},
973
{
974
"file": "tests/test_text_data.py",
975
"line": 181,
976
"test": "test_from_ids_works_for_variable_length_sentences"
977
},
978
{
979
"file": "tests/test_text_data.py",
980
"line": 189,
981
"test": "test_from_ids_exports_classes"
982
}
983
],
984
"fastai.text.learner.language_model_learner": [
985
{
986
"file": "tests/test_text_train.py",
987
"line": 61,
988
"test": "test_qrnn_works_with_no_split"
989
},
990
{
991
"file": "tests/test_text_train.py",
992
"line": 73,
993
"test": "test_qrnn_works_if_split_fn_provided"
994
}
995
],
996
"fastai.text.learner.text_classifier_learner": [
997
{
998
"file": "tests/test_text_train.py",
999
"line": 100,
1000
"test": "test_classifier"
1001
},
1002
{
1003
"file": "tests/test_text_train.py",
1004
"line": 139,
1005
"test": "test_order_preds"
1006
}
1007
],
1008
"fastai.text.models.qrnn.BwdForgetMultGPU": [
1009
{
1010
"file": "tests/test_text_qrnn.py",
1011
"line": 28,
1012
"test": "test_forget_mult_cuda"
1013
}
1014
],
1015
"fastai.text.models.qrnn.ForgetMultGPU": [
1016
{
1017
"file": "tests/test_text_qrnn.py",
1018
"line": 7,
1019
"test": "test_forget_mult_forward_gpu"
1020
},
1021
{
1022
"file": "tests/test_text_qrnn.py",
1023
"line": 27,
1024
"test": "test_compare_forget_mult_forward_implementations"
1025
},
1026
{
1027
"file": "tests/test_text_qrnn.py",
1028
"line": 28,
1029
"test": "test_forget_mult_cuda"
1030
}
1031
],
1032
"fastai.text.models.qrnn.QRNN": [
1033
{
1034
"file": "tests/test_text_qrnn.py",
1035
"line": 105,
1036
"test": "test_qrnn_bidir"
1037
}
1038
],
1039
"fastai.text.models.qrnn.QRNNLayer": [
1040
{
1041
"file": "tests/test_text_qrnn.py",
1042
"line": 89,
1043
"test": "test_qrnn_layer"
1044
}
1045
],
1046
"fastai.text.models.qrnn.forget_mult_CPU": [
1047
{
1048
"file": "tests/test_text_qrnn.py",
1049
"line": 75,
1050
"test": "test_forget_mult"
1051
}
1052
],
1053
"fastai.text.transform.Tokenizer": [
1054
{
1055
"file": "tests/test_text_transform.py",
1056
"line": 15,
1057
"test": "test_tokenize"
1058
},
1059
{
1060
"file": "tests/test_text_transform.py",
1061
"line": 24,
1062
"test": "test_tokenize_handles_empty_lines"
1063
},
1064
{
1065
"file": "tests/test_text_transform.py",
1066
"line": 32,
1067
"test": "test_tokenize_ignores_extraneous_space"
1068
}
1069
],
1070
"fastai.text.transform.Vocab.numericalize": [
1071
{
1072
"file": "tests/test_text_transform.py",
1073
"line": 39,
1074
"test": "test_numericalize_and_textify"
1075
}
1076
],
1077
"fastai.text.transform.Vocab.textify": [
1078
{
1079
"file": "tests/test_text_transform.py",
1080
"line": 39,
1081
"test": "test_numericalize_and_textify"
1082
}
1083
],
1084
"fastai.text.transform.deal_caps": [
1085
{
1086
"file": "tests/test_text_transform.py",
1087
"line": 5,
1088
"test": "test_rules"
1089
}
1090
],
1091
"fastai.text.transform.fix_html": [
1092
{
1093
"file": "tests/test_text_transform.py",
1094
"line": 5,
1095
"test": "test_rules"
1096
}
1097
],
1098
"fastai.text.transform.replace_all_caps": [
1099
{
1100
"file": "tests/test_text_transform.py",
1101
"line": 5,
1102
"test": "test_rules"
1103
}
1104
],
1105
"fastai.text.transform.replace_rep": [
1106
{
1107
"file": "tests/test_text_transform.py",
1108
"line": 5,
1109
"test": "test_rules"
1110
}
1111
],
1112
"fastai.text.transform.replace_wrep": [
1113
{
1114
"file": "tests/test_text_transform.py",
1115
"line": 5,
1116
"test": "test_rules"
1117
}
1118
],
1119
"fastai.text.transform.rm_useless_spaces": [
1120
{
1121
"file": "tests/test_text_transform.py",
1122
"line": 5,
1123
"test": "test_rules"
1124
}
1125
],
1126
"fastai.text.transform.spec_add_spaces": [
1127
{
1128
"file": "tests/test_text_transform.py",
1129
"line": 5,
1130
"test": "test_rules"
1131
}
1132
],
1133
"fastai.torch_core.NoneReduceOnCPU": [
1134
{
1135
"file": "tests/test_torch_core.py",
1136
"line": 249,
1137
"test": "test_none_reduce_on_cpu"
1138
}
1139
],
1140
"fastai.torch_core.apply_init": [
1141
{
1142
"file": "tests/test_torch_core.py",
1143
"line": 47,
1144
"test": "test_apply_init"
1145
}
1146
],
1147
"fastai.torch_core.apply_leaf": [
1148
{
1149
"file": "tests/test_torch_core.py",
1150
"line": 47,
1151
"test": "test_apply_init"
1152
}
1153
],
1154
"fastai.torch_core.batch_to_half": [
1155
{
1156
"file": "tests/test_fp16.py",
1157
"line": 32,
1158
"test": "test_batch_to_half"
1159
}
1160
],
1161
"fastai.torch_core.children": [
1162
{
1163
"file": "tests/test_torch_core.py",
1164
"line": 197,
1165
"test": "test_children"
1166
}
1167
],
1168
"fastai.torch_core.first_layer": [
1169
{
1170
"file": "tests/test_torch_core.py",
1171
"line": 213,
1172
"test": "test_first_layer"
1173
}
1174
],
1175
"fastai.torch_core.in_channels": [
1176
{
1177
"file": "tests/test_torch_core.py",
1178
"line": 59,
1179
"test": "test_in_channels"
1180
},
1181
{
1182
"file": "tests/test_torch_core.py",
1183
"line": 64,
1184
"test": "test_in_channels_no_weights"
1185
}
1186
],
1187
"fastai.torch_core.last_layer": [
1188
{
1189
"file": "tests/test_torch_core.py",
1190
"line": 220,
1191
"test": "test_last_layer"
1192
}
1193
],
1194
"fastai.torch_core.model2half": [
1195
{
1196
"file": "tests/test_fp16.py",
1197
"line": 6,
1198
"test": "test_model2half"
1199
},
1200
{
1201
"file": "tests/test_fp16.py",
1202
"line": 16,
1203
"test": "test_model2half_forward"
1204
}
1205
],
1206
"fastai.torch_core.model_type": [
1207
{
1208
"file": "tests/test_torch_core.py",
1209
"line": 227,
1210
"test": "test_model_type"
1211
}
1212
],
1213
"fastai.torch_core.np2model_tensor": [
1214
{
1215
"file": "tests/test_torch_core.py",
1216
"line": 94,
1217
"test": "test_np2model_tensor"
1218
}
1219
],
1220
"fastai.torch_core.np_address": [
1221
{
1222
"file": "tests/test_torch_core.py",
1223
"line": 100,
1224
"test": "test_np_address"
1225
}
1226
],
1227
"fastai.torch_core.num_children": [
1228
{
1229
"file": "tests/test_torch_core.py",
1230
"line": 206,
1231
"test": "test_num_children"
1232
}
1233
],
1234
"fastai.torch_core.range_children": [
1235
{
1236
"file": "tests/test_torch_core.py",
1237
"line": 70,
1238
"test": "test_range_children"
1239
}
1240
],
1241
"fastai.torch_core.requires_grad": [
1242
{
1243
"file": "tests/test_torch_core.py",
1244
"line": 32,
1245
"test": "test_requires_grad"
1246
},
1247
{
1248
"file": "tests/test_torch_core.py",
1249
"line": 37,
1250
"test": "test_requires_grad_set"
1251
}
1252
],
1253
"fastai.torch_core.set_bn_eval": [
1254
{
1255
"file": "tests/test_torch_core.py",
1256
"line": 87,
1257
"test": "test_set_bn_eval"
1258
}
1259
],
1260
"fastai.torch_core.split_model": [
1261
{
1262
"file": "tests/test_torch_core.py",
1263
"line": 75,
1264
"test": "test_split_model"
1265
}
1266
],
1267
"fastai.torch_core.split_no_wd_params": [
1268
{
1269
"file": "tests/test_torch_core.py",
1270
"line": 81,
1271
"test": "test_split_no_wd_params"
1272
}
1273
],
1274
"fastai.torch_core.tensor": [
1275
{
1276
"file": "tests/test_torch_core.py",
1277
"line": 13,
1278
"test": "test_tensor_with_list"
1279
},
1280
{
1281
"file": "tests/test_torch_core.py",
1282
"line": 18,
1283
"test": "test_tensor_with_ndarray"
1284
},
1285
{
1286
"file": "tests/test_torch_core.py",
1287
"line": 25,
1288
"test": "test_tensor_with_tensor"
1289
}
1290
],
1291
"fastai.torch_core.to_cpu": [
1292
{
1293
"file": "tests/test_torch_core.py",
1294
"line": 154,
1295
"test": "test_to_cpu"
1296
}
1297
],
1298
"fastai.torch_core.to_data": [
1299
{
1300
"file": "tests/test_torch_core.py",
1301
"line": 106,
1302
"test": "test_to_data"
1303
}
1304
],
1305
"fastai.torch_core.to_detach": [
1306
{
1307
"file": "tests/test_torch_core.py",
1308
"line": 131,
1309
"test": "test_to_detach"
1310
}
1311
],
1312
"fastai.torch_core.to_float": [
1313
{
1314
"file": "tests/test_torch_core.py",
1315
"line": 184,
1316
"test": "test_to_float"
1317
}
1318
],
1319
"fastai.torch_core.to_half": [
1320
{
1321
"file": "tests/test_fp16.py",
1322
"line": 25,
1323
"test": "test_to_half"
1324
},
1325
{
1326
"file": "tests/test_torch_core.py",
1327
"line": 171,
1328
"test": "test_to_half"
1329
}
1330
],
1331
"fastai.torch_core.to_np": [
1332
{
1333
"file": "tests/test_torch_core.py",
1334
"line": 244,
1335
"test": "test_to_np"
1336
}
1337
],
1338
"fastai.torch_core.trange_of": [
1339
{
1340
"file": "tests/test_torch_core.py",
1341
"line": 236,
1342
"test": "test_trange_of"
1343
}
1344
],
1345
"fastai.train.ClassificationInterpretation": [
1346
{
1347
"file": "tests/test_vision_train.py",
1348
"line": 95,
1349
"test": "test_ClassificationInterpretation"
1350
}
1351
],
1352
"fastai.train.ClassificationInterpretation.confusion_matrix": [
1353
{
1354
"file": "tests/test_tabular_train.py",
1355
"line": 84,
1356
"test": "test_confusion_tabular"
1357
}
1358
],
1359
"fastai.train.fit_one_cycle": [
1360
{
1361
"file": "tests/test_train.py",
1362
"line": 36,
1363
"test": "test_fit_one_cycle"
1364
}
1365
],
1366
"fastai.train.lr_find": [
1367
{
1368
"file": "tests/test_train.py",
1369
"line": 16,
1370
"test": "test_lr_find"
1371
},
1372
{
1373
"file": "tests/test_vision_train.py",
1374
"line": 84,
1375
"test": "test_lrfind"
1376
}
1377
],
1378
"fastai.utils.collect_env.check_perf": [
1379
{
1380
"file": "tests/test_utils.py",
1381
"line": 18,
1382
"test": "test_check_perf"
1383
}
1384
],
1385
"fastai.utils.collect_env.show_install": [
1386
{
1387
"file": "tests/test_utils.py",
1388
"line": 8,
1389
"test": "test_show_install"
1390
}
1391
],
1392
"fastai.utils.mem.GPUMemTrace": [
1393
{
1394
"file": "tests/test_utils_mem.py",
1395
"line": 76,
1396
"test": "test_gpu_mem_trace"
1397
},
1398
{
1399
"file": "tests/test_utils_mem.py",
1400
"line": 137,
1401
"test": "test_gpu_mem_trace_ctx"
1402
}
1403
],
1404
"fastai.utils.mem.gpu_mem_get": [
1405
{
1406
"file": "tests/test_utils_mem.py",
1407
"line": 25,
1408
"test": "test_gpu_mem_by_id"
1409
}
1410
],
1411
"fastai.utils.mem.gpu_mem_get_all": [
1412
{
1413
"file": "tests/test_utils_mem.py",
1414
"line": 35,
1415
"test": "test_gpu_mem_all"
1416
}
1417
],
1418
"fastai.utils.mem.gpu_mem_get_used": [
1419
{
1420
"file": "tests/test_utils_mem.py",
1421
"line": 56,
1422
"test": "test_gpu_mem_measure_consumed_reclaimed"
1423
}
1424
],
1425
"fastai.utils.mem.gpu_mem_trace": [
1426
{
1427
"file": "tests/test_utils_mem.py",
1428
"line": 178,
1429
"test": "test_gpu_mem_trace_decorator"
1430
}
1431
],
1432
"fastai.utils.mem.gpu_with_max_free_mem": [
1433
{
1434
"file": "tests/test_utils_mem.py",
1435
"line": 44,
1436
"test": "test_gpu_with_max_free_mem"
1437
}
1438
],
1439
"fastai.utils.mod_display.progress_disabled_ctx": [
1440
{
1441
"file": "tests/test_mod_display.py",
1442
"line": 16,
1443
"test": "test_progress_disabled_ctx"
1444
}
1445
],
1446
"fastai.vision.data.ImageDataBunch.from_csv": [
1447
{
1448
"file": "tests/test_vision_data.py",
1449
"line": 22,
1450
"test": "test_path_can_be_str_type"
1451
},
1452
{
1453
"file": "tests/test_vision_data.py",
1454
"line": 54,
1455
"test": "test_from_csv_and_from_df"
1456
}
1457
],
1458
"fastai.vision.data.ImageDataBunch.from_df": [
1459
{
1460
"file": "tests/test_vision_data.py",
1461
"line": 54,
1462
"test": "test_from_csv_and_from_df"
1463
}
1464
],
1465
"fastai.vision.data.ImageDataBunch.from_folder": [
1466
{
1467
"file": "tests/test_vision_data.py",
1468
"line": 26,
1469
"test": "test_from_folder"
1470
}
1471
],
1472
"fastai.vision.data.ImageDataBunch.from_lists": [
1473
{
1474
"file": "tests/test_vision_data.py",
1475
"line": 39,
1476
"test": "test_from_lists"
1477
}
1478
],
1479
"fastai.vision.data.ImageDataBunch.from_name_re": [
1480
{
1481
"file": "tests/test_vision_data.py",
1482
"line": 32,
1483
"test": "test_from_name_re"
1484
},
1485
{
1486
"file": "tests/test_vision_data.py",
1487
"line": 70,
1488
"test": "test_image_resize"
1489
}
1490
],
1491
"fastai.vision.data.ImageDataBunch.normalize": [
1492
{
1493
"file": "tests/test_vision_data.py",
1494
"line": 120,
1495
"test": "test_normalize"
1496
}
1497
],
1498
"fastai.vision.data.ImageList.from_csv": [
1499
{
1500
"file": "tests/test_vision_data.py",
1501
"line": 227,
1502
"test": "test_multi"
1503
}
1504
],
1505
"fastai.vision.data.ImageList.from_folder": [
1506
{
1507
"file": "tests/test_vision_data.py",
1508
"line": 217,
1509
"test": "test_vision_datasets"
1510
},
1511
{
1512
"file": "tests/test_vision_gan.py",
1513
"line": 30,
1514
"test": "test_gan_datasets"
1515
}
1516
],
1517
"fastai.vision.data.ObjectItemList": [
1518
{
1519
"file": "tests/test_vision_data.py",
1520
"line": 267,
1521
"test": "test_coco"
1522
},
1523
{
1524
"file": "tests/test_vision_data.py",
1525
"line": 280,
1526
"test": "test_coco_same_size"
1527
},
1528
{
1529
"file": "tests/test_vision_data.py",
1530
"line": 297,
1531
"test": "test_coco_pickle"
1532
}
1533
],
1534
"fastai.vision.data.PointsItemList": [
1535
{
1536
"file": "tests/test_vision_data.py",
1537
"line": 254,
1538
"test": "test_points"
1539
}
1540
],
1541
"fastai.vision.data.SegmentationItemList": [
1542
{
1543
"file": "tests/test_vision_data.py",
1544
"line": 238,
1545
"test": "test_camvid"
1546
}
1547
],
1548
"fastai.vision.data.denormalize": [
1549
{
1550
"file": "tests/test_vision_data.py",
1551
"line": 134,
1552
"test": "test_denormalize"
1553
}
1554
],
1555
"fastai.vision.data.download_images": [
1556
{
1557
"file": "tests/test_vision_data.py",
1558
"line": 144,
1559
"test": "test_download_images"
1560
}
1561
],
1562
"fastai.vision.data.verify_image": [
1563
{
1564
"file": "tests/test_vision_data.py",
1565
"line": 201,
1566
"test": "test_verify_image"
1567
}
1568
],
1569
"fastai.vision.data.verify_images": [
1570
{
1571
"file": "tests/test_vision_data.py",
1572
"line": 190,
1573
"test": "test_verify_images"
1574
}
1575
],
1576
"fastai.vision.gan.GANModule": [
1577
{
1578
"file": "tests/test_vision_gan.py",
1579
"line": 67,
1580
"test": "test_gan_module"
1581
}
1582
],
1583
"fastai.vision.gan.GANTrainer": [
1584
{
1585
"file": "tests/test_vision_gan.py",
1586
"line": 80,
1587
"test": "test_gan_trainer"
1588
}
1589
],
1590
"fastai.vision.gan.NoisyItem": [
1591
{
1592
"file": "tests/test_vision_gan.py",
1593
"line": 37,
1594
"test": "test_noisy_item"
1595
}
1596
],
1597
"fastai.vision.gan.basic_critic": [
1598
{
1599
"file": "tests/test_vision_gan.py",
1600
"line": 56,
1601
"test": "test_basic_critic"
1602
}
1603
],
1604
"fastai.vision.gan.basic_generator": [
1605
{
1606
"file": "tests/test_vision_gan.py",
1607
"line": 46,
1608
"test": "test_basic_generator"
1609
}
1610
],
1611
"fastai.vision.image.Image": [
1612
{
1613
"file": "tests/test_vision_transform.py",
1614
"line": 58,
1615
"test": "test_mask_data_aug"
1616
}
1617
],
1618
"fastai.vision.image.Image.resize": [
1619
{
1620
"file": "tests/test_vision_image.py",
1621
"line": 49,
1622
"test": "test_image_resize_same_size_shortcut"
1623
}
1624
],
1625
"fastai.vision.image.ImageBBox": [
1626
{
1627
"file": "tests/test_vision_transform.py",
1628
"line": 37,
1629
"test": "test_bbox_data_aug"
1630
}
1631
],
1632
"fastai.vision.image.ImagePoints": [
1633
{
1634
"file": "tests/test_vision_transform.py",
1635
"line": 22,
1636
"test": "test_points_data_aug"
1637
}
1638
],
1639
"fastai.vision.image.ImageSegment": [
1640
{
1641
"file": "tests/test_vision_transform.py",
1642
"line": 58,
1643
"test": "test_mask_data_aug"
1644
}
1645
],
1646
"fastai.vision.image.pil2tensor": [
1647
{
1648
"file": "tests/test_vision_data.py",
1649
"line": 348,
1650
"test": "test_vision_pil2tensor"
1651
},
1652
{
1653
"file": "tests/test_vision_data.py",
1654
"line": 379,
1655
"test": "test_vision_pil2tensor_16bit"
1656
},
1657
{
1658
"file": "tests/test_vision_data.py",
1659
"line": 386,
1660
"test": "test_vision_pil2tensor_numpy"
1661
}
1662
],
1663
"fastai.vision.image.rle_decode": [
1664
{
1665
"file": "tests/test_vision_image.py",
1666
"line": 17,
1667
"test": "test_rle_decode_with_str"
1668
},
1669
{
1670
"file": "tests/test_vision_image.py",
1671
"line": 23,
1672
"test": "test_rle_decode_empty_str"
1673
}
1674
],
1675
"fastai.vision.image.rle_encode": [
1676
{
1677
"file": "tests/test_vision_image.py",
1678
"line": 5,
1679
"test": "test_rle_encode_with_array"
1680
},
1681
{
1682
"file": "tests/test_vision_image.py",
1683
"line": 11,
1684
"test": "test_rle_encode_all_zero_array"
1685
}
1686
],
1687
"fastai.vision.image.tis2hw": [
1688
{
1689
"file": "tests/test_vision_image.py",
1690
"line": 29,
1691
"test": "test_tis2hw_int"
1692
},
1693
{
1694
"file": "tests/test_vision_image.py",
1695
"line": 34,
1696
"test": "test_tis2hw_3dims"
1697
},
1698
{
1699
"file": "tests/test_vision_image.py",
1700
"line": 39,
1701
"test": "test_tis2hw_2dims"
1702
},
1703
{
1704
"file": "tests/test_vision_image.py",
1705
"line": 44,
1706
"test": "test_tis2hw_str_raises_an_error"
1707
}
1708
],
1709
"fastai.vision.learner._cl_int_from_learner": [
1710
{
1711
"file": "tests/test_vision_train.py",
1712
"line": 72,
1713
"test": "test_interp"
1714
}
1715
],
1716
"fastai.vision.learner._learner_interpret": [
1717
{
1718
"file": "tests/test_vision_train.py",
1719
"line": 78,
1720
"test": "test_interp_shortcut"
1721
}
1722
],
1723
"fastai.vision.learner.create_body": [
1724
{
1725
"file": "tests/test_vision_learner.py",
1726
"line": 16,
1727
"test": "test_create_body"
1728
}
1729
],
1730
"fastai.vision.learner.create_head": [
1731
{
1732
"file": "tests/test_vision_learner.py",
1733
"line": 39,
1734
"test": "test_create_head"
1735
}
1736
],
1737
"fastai.vision.learner.has_pool_type": [
1738
{
1739
"file": "tests/test_vision_learner.py",
1740
"line": 45,
1741
"test": "test_has_pool_type"
1742
}
1743
],
1744
"fastai.vision.models.unet.DynamicUnet": [
1745
{
1746
"file": "tests/test_vision_models_unet.py",
1747
"line": 39,
1748
"test": "test_dynamic_unet_shape"
1749
},
1750
{
1751
"file": "tests/test_vision_models_unet.py",
1752
"line": 45,
1753
"test": "test_unet_block_shapes"
1754
}
1755
],
1756
"fastai.vision.transform._crop": [
1757
{
1758
"file": "tests/test_vision_transform.py",
1759
"line": 111,
1760
"test": "test_deterministic_transforms"
1761
},
1762
{
1763
"file": "tests/test_vision_transform.py",
1764
"line": 123,
1765
"test": "test_crop_without_size"
1766
},
1767
{
1768
"file": "tests/test_vision_transform.py",
1769
"line": 131,
1770
"test": "test_crops_with_tensor_image_sizes"
1771
}
1772
],
1773
"fastai.vision.transform._dihedral": [
1774
{
1775
"file": "tests/test_vision_transform.py",
1776
"line": 102,
1777
"test": "test_all_dihedral"
1778
}
1779
],
1780
"fastai.vision.transform._flip_affine": [
1781
{
1782
"file": "tests/test_vision_transform.py",
1783
"line": 111,
1784
"test": "test_deterministic_transforms"
1785
}
1786
],
1787
"fastai.vision.transform._flip_lr": [
1788
{
1789
"file": "tests/test_vision_transform.py",
1790
"line": 111,
1791
"test": "test_deterministic_transforms"
1792
}
1793
],
1794
"fastai.vision.transform._pad": [
1795
{
1796
"file": "tests/test_vision_transform.py",
1797
"line": 111,
1798
"test": "test_deterministic_transforms"
1799
}
1800
],
1801
"fastai.vision.transform._perspective_warp": [
1802
{
1803
"file": "tests/test_vision_transform.py",
1804
"line": 83,
1805
"test": "test_all_warps"
1806
}
1807
],
1808
"fastai.vision.transform._rotate": [
1809
{
1810
"file": "tests/test_vision_transform.py",
1811
"line": 111,
1812
"test": "test_deterministic_transforms"
1813
}
1814
],
1815
"fastai.vision.transform._skew": [
1816
{
1817
"file": "tests/test_vision_transform.py",
1818
"line": 83,
1819
"test": "test_all_warps"
1820
}
1821
],
1822
"fastai.vision.transform._squish": [
1823
{
1824
"file": "tests/test_vision_transform.py",
1825
"line": 111,
1826
"test": "test_deterministic_transforms"
1827
}
1828
],
1829
"fastai.vision.transform._tilt": [
1830
{
1831
"file": "tests/test_vision_transform.py",
1832
"line": 83,
1833
"test": "test_all_warps"
1834
}
1835
],
1836
"fastai.vision.transform._zoom": [
1837
{
1838
"file": "tests/test_vision_transform.py",
1839
"line": 111,
1840
"test": "test_deterministic_transforms"
1841
}
1842
],
1843
"fastai.vision.transform.get_transforms": [
1844
{
1845
"file": "tests/test_vision_data.py",
1846
"line": 313,
1847
"test": "test_image_to_image_different_y_size"
1848
},
1849
{
1850
"file": "tests/test_vision_data.py",
1851
"line": 328,
1852
"test": "test_image_to_image_different_tfms"
1853
}
1854
],
1855
"fastai.widgets.image_cleaner.ImageCleaner": [
1856
{
1857
"file": "tests/test_widgets_image_cleaner.py",
1858
"line": 16,
1859
"test": "test_image_cleaner_index_length_mismatch"
1860
},
1861
{
1862
"file": "tests/test_widgets_image_cleaner.py",
1863
"line": 23,
1864
"test": "test_image_cleaner_length_correct"
1865
},
1866
{
1867
"file": "tests/test_widgets_image_cleaner.py",
1868
"line": 30,
1869
"test": "test_image_cleaner_wrong_input_type"
1870
}
1871
],
1872
"fastai.widgets.image_downloader.ImageDownloader": [
1873
{
1874
"file": "tests/test_widgets_image_cleaner.py",
1875
"line": 36,
1876
"test": "test_image_downloader_with_path"
1877
}
1878
]
1879
}
1880