Amin Parvaneh

Results 2 comments of Amin Parvaneh

Please set --stratey=AlphaMixSampling so that you run our AL approach (i.e. ALFA-Mix). When using "All", the code tries to run all the baselines (except ALFA-Mix) sequentially, starting from Random Sampling....

Hi. Any AL strategy is a subclass of the Strategy class and self.args for AlphaMixSampling is set in the Strategy constructor. Please note that the strategy class is instantiated in...