jacklu333333
jacklu333333
Hi, I am using Asus Flip S UX370UAF with ArchLinux. When I tried to list available devices, there were none. However with cmd `cat /sys/bus/acpi/devices/*/path | grep "\.SPI\|\.FPNT"` I have...
Hi sir, While using FLOAM_ssl, I experience the following result, a spiral mapping.  At the beginning of the mapping, it works quite great, but after moving a certain distance,...
Hi, I am using `CategoricalDqnAgent` with multiple GPUs, this is my code block. ``` with strategy.scope(): collect_op_episode.run() experience, buffer_info = tf_agents.utils.eager_utils.get_next(iterator) train_loss = agent.train(experience) ``` and I got the following...
Hi, I am using `TFUniformReplayBuffer with `DynamicEpisodeDriver` with the former config device as GPU. However, in my `tf.profile` it shows that the following code is actually running on the CPU....