Dragon
Dragon
`def get_state(parameters, t, window_size = 20): outside = [] d = t - window_size + 1 for parameter in parameters: block = ( parameter[d : t + 1] if d...
are there some papers about evolution strategy agent to help beginners get started and understand the code? Thanks a lot
测试了一下为什么CROSS(MA(CLOSE, 30), MA(CLOSE, 10))和CROSS(MA(CLOSE, 10), MA(CLOSE, 30)) 返回的结果是一样的呢? 30日线穿过10日线,和10日线穿过30日线按理说应该不一样才对 求解答
Hi, your work is awesome. could you please provide the commands for test trained model? Thanks
Thanks for your awesome work! Could you please provide your supervised pre-trained vit or swin for reproduction? Thanks for your reply!
cannot download miniImageNet and tieredImageNet using provided scripts
Thanks for your awesome work! Could you please provide the version of packages such as Python, tensorflow, jax, etc? Thanks
outputs_gen = model.generate( **inputs, max_new_tokens=4096, temperature=0.2, do_sample=False, output_scores=True, return_dict_in_generate=True ) many elements in outputs_gen.scores are -inf
Thanks for your wonderful work! Could you please provide the codes or implementation instructions for test-time image augmentations used in Figure 2, such as Diffusion-Weak (‘W’) and Diffusion-Strong (’S’), mixtures:...
Thanks for your awesome work. Does it support LoRA? If not, could you please provide some basic suggestions, since I don't have GPU of 80GB