ammarlam10
Results
2
comments of
ammarlam10
Hi, I have a question related to training the model for domain adaptation, are both the loss functions trained simultaneously or I train task loss first on source domain and...
What is missing? miners.append(Miner(i, hashrates[i] * 1.0/600.0, 200*1024, seed_block, event_q, t))
It should be something like this validationrate=1024 x 1024 Miner(i, hashrates[i] * 1.0/600.0,validationrate, 200*1024, seed_block, event_q, t)