Thank you so much for sharing your work. It is really a great piece of work.
Here is a little problem if you could give your suggestion or advice. I am trying to run it but simulation is not showing anything except
I tensorflow/core/platform/cpu_feature_guard.cc:145] This TensorFlow binary is optimized with Intel(R) MKL-DNN to use the following CPU instructions in performance critical operations: SSE4.1 SSE4.2 AVX AVX2 FMA
To enable them in non-MKL-DNN operations, rebuild TensorFlow with the appropriate compiler flags.
2021-07-29 17:59:09.317013: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 3000000000 Hz
2021-07-29 17:59:09.317321: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x563bbaf83060 executing computations on platform Host. Devices:
2021-07-29 17:59:09.317335: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): Host, Default Version
2021-07-29 17:59:09.327355: I tensorflow/core/common_runtime/process_util.cc:115] Creating new thread pool with default inter op setting: 2. Tune using inter_op_parallelism_threads for best performance.
It is stuck at 0%. Could you put some light on it? Thank you for your time.
I'm not the author of this repo, but @abdul-mannan-khan it appears that your code is running on your CPU, which is likely why it was running so slowly.
Thank you so much for sharing your work. It is really a great piece of work.
Here is a little problem if you could give your suggestion or advice. I am trying to run it but simulation is not showing anything except
It is stuck at 0%. Could you put some light on it? Thank you for your time.