Aspector1
Aspector1
``` (gamebot) C:\WBC\Game-Bot-master-1>python create_dataset.py Key Pressed: Key.up Unhandled exception in listener callback Traceback (most recent call last): File "C:\ProgramData\Anaconda3\envs\gamebot\lib\site-packages\pynput\_util\__init__.py", line 228, in inner return f(self, *args, **kwargs) File "C:\ProgramData\Anaconda3\envs\gamebot\lib\site-packages\pynput\keyboard\_win32.py", line...
> Could you have had a model active that is not trainable (for example, an inpaint model)? Is NovelAI trainable? Cause I've used this model.
Can you help me, please?
Got a new error: ``` Writing Recorded Input Data to 'datasets/input_recording.h5'... (1/65) Traceback (most recent call last): File "C:\ProgramData\Anaconda3\envs\serpent\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "C:\ProgramData\Anaconda3\envs\serpent\lib\runpy.py", line 85, in...
No, I got the old one, again.
> ``` > File "C:\ProgramData\Anaconda3\envs\serpent\lib\site-packages\serpent\game_agent.py", line 310, in on_record_pause > active_keys.remove(key_name) > KeyError: 'KEY_LEFT_ALT' > ``` > > It might be possible that, when you use alt+tab, Serpent tries to...
> It seems that h5py is either receiving frames with different shapes(which I guess it's unlikely) or it's receiving frames with different data types(one type can be int32 and another...
> @Aspector1 try to replace "/" to double "//" as below > > File "create_dataset.py", line 33, in get_screenshot img = img.resize((img.size[0] // 12, img.size[1] //12), resample=Image.BICUBIC) @m31527, thanks, it...
I figured it out.