mrbean
mrbean
Is there any way I can use this package in embedded device? Like a Raspberry Pi? Maybe it can work with onnx?
I've tried several combinations of different algorithms and datasets, but I found it's hard to get results similar to the paper. I suspect this is due to inappropriate parameter settings,...
Hi, I recently tried the MUJOCO PUSH dataset, but I cannot figure out the concrete meaning of the modalities. The paper mentioned > The multimodal inputs are gray-scaled images (1...
I tried this repo with a simple env ``` class SimpleEnv(gym.Env): metadata = {'render.modes': ['human']} def __init__(self): super(SimpleEnv, self).__init__() self.observation_space = spaces.Box(low=0, high=2, shape=(4, 4)) self.action_space = spaces.Discrete(3) self.reset() def...
Since the smaug does not provide the python API for depthwise conv, I add it. Example Python code. ```python # consider apply same padding and stride [1, 1] with filter...
In the paper, it said "Note that 3 datasets are in common between the last two collections.", but actually, I found only dog and duck is duplicate. which is the...