Results 6 issues of CHENG-YOU LU

Typing error: replace self.opt.max_dataset_size with self.max_dataset_size

![sql](https://user-images.githubusercontent.com/22707984/26968142-7e5945b0-4d33-11e7-90dd-393255f8366b.jpg) create table tableA(id int)11111 select id from tableA 11111 Neither of them should be accepted.

bug

Hi, thank you for the amazing work. After reading the paper, I have a few questions about the information gain function. In your work, you define it as the subtraction...

Hi, nice to meet you. I am reading your paper and in your paper you mentioned that you will release the code here. However, I cannot find the training code....

Hi, I have a few questions about the config file. 1. Why the image_set in the [config](https://github.com/ziqi-jin/finetune-anything/blob/main/config/semantic_seg.yaml#L75) file is train for val? Will this cause the validation benchmark to run...