-
![image](https://github.com/dailenson/SDT/assets/135224923/ee4d2499-9b9a-4aa7-8211-9c49ed528a84)
cuda版本如上
pytorch版本为1.8.0+cu111
出现报错如图
![image](https://github.com/dailenson/SDT/assets/135224923/a2…
-
```
What steps will reproduce the problem?
import pyglet
pyglet.image.codecs.gdkpixbuf2.GdkPixbuf2ImageDecoder().decode(open("player.png"
, "rb"), "player.png")'
#where player.png is a valid png file…
-
Similar to #27
-
Add data loader for open datasoft data in data_loaders.py. See data_loaders.py for examples of other data_loaders and data.py for their usage.
Burlington, VT data uses it
https://data.burlingtonvt…
-
Dear authors,
I am trying to use your model but it appears it does not find the Mole_BERT module
before reading any input.
In datasetes/__init__.py fails to import the "Mole_BERT.loader", which is …
-
### Please describe the issue you have encountered?
You can now use the "Asset directories for loaded assets" when using {folder[path]}/{product[type]} it errors on the type.
But also {version} , …
-
### Version
v20.17.0
### Platform
```text
Darwin P03694NWF5 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:32:11 PDT 2023; root:xnu-10002.41.9~7/RELEASE_ARM64_T6030 arm64
```
### Subsystem
r…
-
here is my code:
from torch_ema import ExponentialMovingAverage
model = ...
optimizer = ...
scheduler = ...
ema_model = ExponentialMovingAv…
-
in my command prompt, i run "node main.js" and it says "[ './andy.json' ]" and then spams
"SES_UNCAUGHT_EXCEPTION: {
code: 'MODULE_NOT_FOUND',
requireStack: [
'S:\\AI Minecraft Player\\min…
-
Hello! In test.py import data_loader.data_loaders as module_data reports an error, there is no data_loaders under the data_loader folder.