-
-
Hello, and thank you for your excellent research. Thank you for open-sourcing your work.
I am writing to seek assistance as I am currently unable to execute your code due to several file path issues.…
-
https://github.com/apple/pkl/issues/new
java.lang.NullPointerException
–– Pkl Error ––
None (cause has no message)
95 | renderer =
^^^^^^^^
at pkl.base#Module.output.r…
-
Hello, is there no folder and file?' saved_model/net_parameter1.pkl
def save_model(self,name=''):
if name!='':
torch.save(self.state_dict(), 'saved_model/'+name+'.pkl')
…
-
Great work and thanks for code release!
I realize the code of data genaration has been released, but there is no guidance on how to use these scripts to genarate data step by step. Could you pleas…
-
adj_citeseer.pkl is not found in the directory.
Can you please add it?
inf= pickle.load(open('adj_citeseer.pkl', 'rb'))
FileNotFoundError: [Errno 2] No such file or directory: 'adj_citeseer.p…
-
I would like to save and load an f8m5e2 array. I initially tried using the standard `numpy.save()` and `numpy.load()` functions, but loading fails.
```bash
.local/lib/python3.10/site-packages/nump…
-
Hi there,
In the file **train_net.py**, you are trying to access **1.pkl, 2.pkl,...12.pkl** from a folder **dcdata**
But we haven't generated any such files. Ofc we have generated _val.pkl_ using _d…
-
Is it possible to make the code work with .pkl trained using StyleGAN2-ADA ?
The default code throws an error:
```
---------------------------------------------------------------------------
T…
-
e.g.,
```python
res = ensure_zenodo(
key,
data=data,
paths=[
f"../../data/processed/{task_name_underscore}/sobol_regression.csv",
f"../../data/processed/{task_name…