Francesco Borg Bonello

Results 11 comments of Francesco Borg Bonello

Hi @MrRav3n. I can provide some general instructions to fix this versioning issue within the codebase: Have a look at the [Cosmos Node Monitor](https://github.com/SimplyVC/panic/blob/40cdb9f87723a75ed364fc76a006fdcc8343fdd1/alerter/src/monitors/node/cosmos.py#L276). Here, we use a specified SDK...

Hey @kostko, thanks for the explanation regarding the Commission Schedule. > For rewards you mean the current rewards schedule? This is currently only available by looking at the genesis file...

The component is designed to update a single change at a time, as by extending the debounce will solve the original issue yet cause other issues. This page is to...

Also, I am unfamiliar with Baidu Disk. Is it possible if the pretrained files are uploaded to Google Drive like SHA? I require SHB for testing. Thanks :)

One last thing, I edited test_one_image.py to be able to calculate MAE and MSE (RMSE) for this algorithm on the SHA dataset (BTW I am using the provided pre-trained MARNet...

Great, I will try it again soon with the correct parameters! Thanks @rongliangzi! Also, is it possible that SHB is uploaded to Google Drive? (I am unfamiliar with Baidu Disk...

> > Hi, > > I am confused as to how the model within the repo is called MARUNet, while the paper calls it CFANet. Are these two different models...

thanks for the upload! With regards to the CUDA issue, I have understood the problem. Therefore I have changed my script so that the model is only allocated once to...

Yes it worked for a 100 images, and then the same error occured. Maybe do I need to allocate more GB of space? I have a GPU with 8GB of...

Yes I am having a look at it. Reading the code, I do not see a definition for RawDataset() class. This might be an issue