ranyaphat29

Results 3 issues of ranyaphat29

Hi, author Can you share how to train the model? thanks,

[E053] Could not read config.cfg from /root/anaconda3/lib/python3.8/site-packages/resume_parser/degree/model/config.cfg

for batch_counter in range(batch_size): positive_class = random.randint(0, n_way - 1) # Sample random classes for this TASK classes_ = list(self.data.keys()) sampled_classes = random.sample(classes_, n_way) indexes_perm = np.random.permutation(n_way * num_shots) counter...