jiangye-git
jiangye-git
Hi, I want to qualitatively observe the learned data features and compare the classification results of different models but I have no idea how to get the learned data features....
# Unlabeled 100% print("Unlabeled 100%") dsid = "transformer" learn = ts_learner(udls100, TSTPlus, cbs=[MVP(target_dir='./data/MVP', fname=f'{dsid}_200')]) learn.fit_one_cycle(40,1e-2) learn.plot_metrics() learn.MVP.show_preds(sharey=True) learn.feature_importance() Traceback (most recent call last): File "H:\20221125\tasi\tsbert.py", line 106, in learn.fit_one_cycle(40,1e-2) File...
I run bash scripts/local_colmap_and_resize.sh my_dataset_dir I put my images into a folder my_dataset_dir/images/ and get the error like this: [option_manager.cc:674] Check failed: ExistsDir(*image_path) ERROR: Invalid options provided. qt.qpa.screen: QXcbConnection: Could...
File "C:\Users\23671\Desktop\CNN\self_conv\DDR\CNN_2d.py", line 405, in forward u = u.view(x.size(0), self.num_routes, -1) RuntimeError: shape '[2, 1152, -1]' is invalid for input of size 1125888 When applied to my own dataset, the...