fyj-bit

Results 2 issues of fyj-bit

Upon analyzing the sample_per_class function in the code (around lines 188 and 189), I noticed that it seems to be causing a discrepancy in the size of the test set....

有数据长度(比如self.data_size=66833,args.ctx_len=512)不可能同时满足以下magic_prime的三个设定条件: assert MaybeIsPrime(args.magic_prime) assert args.magic_prime % 3 == 2 assert args.magic_prime / dataset_slot > 0.9 and args.magic_prime / dataset_slot