-
## Example of what works and what does not
### mermaid
```mermaid
%% Example of sequence diagram
sequenceDiagram
Alice->>Bob: Hello Bob, how are you?
alt is sick
Bob->>Alice: …
-
Before Pruning: MACs=1.009904 G, #Params=0.007226 G
After Pruning: MACs=0.379899 G, #Params=0.002635 G
image 1/128 D:\Torch-Pruning-master\data\coco128\images\train2017\000000000009.jpg: 480x640 (no…
-
Dear author
Thank you for your great work and make it open source !
I want to reproduce the experiment on paper
Could I know what parameters should I set in train.py ?
I am running the Beauty data…
-
Thanks for you work! when i training follow your guidance, i have a error as follows, can you give me some suggestions? Thank you vey much.
Traceback (most recent call last):
File "/home/libj/LB…
-
### Use case
When working with Amazon DynamoDB Streams and Amazon Kinesis Data Streams, with events being consumed by a AWS Lambda function customers want to parse and validate events before processi…
-
Hi Dr Guo
Sorry to bother you again. After the last chat with you, I split the validation set from training set. So, I train only on the training set and evaluate on the validation set. However, af…
-
Hello, I have the following problem while running the "python main.py fit --config config.yml --model.arch_layer 3 --model.noise_T 100 ..." command. Is this something to do with the jsonargparse versi…
-
I want to run the demo,but i can;t find where to import data
parser = argparse.ArgumentParser(
description='Crystal Graph Convolutional Neural Networks')
parser.add_argument('data_options', …
-
Hi ,thank you for your excellent work!
I am using the normal ELAN(not the light one) to test my images,and i used your test_custom_code.(Thank you here)
However, the yellow tone in the results is v…
-
We can reproduce this problem using the following command: `torchrun --master_addr=127.0.0.1 --master_port=1234 --nnodes=1 --nproc-per-node=1 --node_rank=0 test_optimizer_state.py --sharding_type $SHA…