Genius Patrick

Results 11 comments of Genius Patrick

Hi, I see the great explain in the [dataset website](https://pop.is.tue.mpg.de/moreinfo.html). Most fields can be generate by above link in the [scale repo](https://github.com/qianlim/SCALE/tree/main/lib_data), excpet the `vtransf`. Could you please give a...

Have you solved the problem? I had the same problem. This file appears to be corrupted.

This doesn't seem to be a issue about mindcv, according to your latest repo > https://openi.pcl.ac.cn/zhengyifei/Project/src/commit/f8d253b8d778ab145d4c3d03e85ba28edee27d26

Please describe the error you encountered in more detail.

We are working on a new trainstep. However, it should be noted that custom train step is an experimental feature and may undergo incompatible changes in the future.

Can you check if `mindspore` is successfully installed by: ```shell python -c "import mindspore;mindspore.set_context(device_target='GPU');mindspore.run_check()" ``` Please refer to https://www.mindspore.cn/install/en#installation-verification

Let's make a quick assumption: - length of dataset: 8 - batch size: 1 - gradient accumulation steps: 1 - number of gpus(`num_processes`): 2 - number of epochs(`num_train_epochs`): 1 -...

I would do some more detailed verification first. Also, I hope @eliphatfs can help confirm that the issues mentioned above are correct.