Alex Kharlamov

Results 2 issues of Alex Kharlamov

This code ``` N = 7 device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") nn = N3AggregationBase(5, temp_opt={"external_temp": False}) nn.cuda() nn.nnn.log_temp_bias = -50 # decrease temperature -> NNN acts more like...

**Description:** I have encountered an issue with the MultiPartUpload functionality in the s3fs library where the chunk size used during upload appears incorrect. **Environment Information:** - s3fs Version: 2023.9.1 -...