Julian Gall

- 活动总数 28
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
-
Julian Gall 进行了评论, -
Julian Gall 创建了一个帖子, Suppressing "unused imports" inspection
It would be helpful to be able to suppress the "unused imports" inspection, but this doesn't seem to be in the list. I have tried:#noinspection PyUnusedImport#noinspection PyUnusedImports Also, the... -
-
Julian Gall 创建了一个帖子, Incorrect type warning on numpy load file parameter
PyCharm 2023.1 (Professional Edition) I am loading a numpy array from a binary file, as follows: import numpy as np with open('test.npy', 'rb') as f: arr = np.load(f) PyCharm highlights the ... -
-
-
Julian Gall 创建了一个帖子, PyCharm packages_v2.json very large
There is a huge file /Users/julian/Library/Caches/JetBrains/PyCharm2022.3/python_packages/packages_v2.json This is nearly 100GB, which is a fifth of my hard drive. Is it possible to reduce this fil... -
Julian Gall 创建了一个帖子, Best cloud AI resource for training Tensorflow
I have been training small Tensorflow models by running them in PyCharm, but am now reaching the point where doing this takes too long. I would like to start using a cloud service (paid-for if nece... -
Julian Gall 进行了评论, -
Julian Gall 创建了一个帖子, 已回答Evaluate Expression Buffer Size
When using the Evaluate Expression dialog, you can use Opt and up or down arrow to go through expressions you have already typed. It seems to store about 10 entries. Is there any way to increase th...